| 74 | } |
| 75 | |
| 76 | bool Tr2GrannyAnimationLayer::IsUsingCMF() const |
| 77 | { |
| 78 | #if WITH_GRANNY != 1 |
| 79 | CCP_ASSERT_M( m_useCMF, "Tr2GrannyAnimationLayer: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" ); |
| 80 | return true; |
| 81 | #endif |
| 82 | return m_useCMF; |
| 83 | } |
| 84 | |
| 85 | void Tr2GrannyAnimationLayer::InitializeAnimationLayer( const Tr2GrannyAnimation* grannyAnimation ) |
| 86 | { |
no outgoing calls
no test coverage detected