| 1426 | |
| 1427 | #if WITH_GRANNY |
| 1428 | granny_model* Tr2GrannyAnimation::GetGrannyModel() const |
| 1429 | { |
| 1430 | granny_file_info* fi = GetFileInfo(); |
| 1431 | if( !fi ) |
| 1432 | { |
| 1433 | return nullptr; |
| 1434 | } |
| 1435 | |
| 1436 | return fi->Models[m_modelIndex]; |
| 1437 | } |
| 1438 | #endif |
| 1439 | |
| 1440 | void Tr2GrannyAnimation::SetModel( const std::string& val ) |
no outgoing calls
no test coverage detected