/////////////////////////////////////////////////////////////////////
| 448 | |
| 449 | ////////////////////////////////////////////////////////////////////////// |
| 450 | bool CAnimObject::IsModelFileEqual (const char* szFileName) |
| 451 | { |
| 452 | string strPath = szFileName; |
| 453 | UnifyFilePath(strPath); |
| 454 | |
| 455 | return stricmp(strPath.c_str(),m_fileName.c_str()) == 0; |
| 456 | } |
| 457 | |
| 458 | ////////////////////////////////////////////////////////////////////////// |
| 459 | void CAnimObject::CreateDecal(CryEngineDecalInfo& Decal) |
no test coverage detected