------------------------------------------------------------------------
| 936 | |
| 937 | //------------------------------------------------------------------------ |
| 938 | void CItemSystem::ClearSoundCache() |
| 939 | { |
| 940 | for (TItemParamsMap::iterator it = m_params.begin(); it != m_params.end(); ++it) |
| 941 | it->second.precacheFlags &= ~SItemParamsDesc::eIF_PreCached_Sound; |
| 942 | } |
| 943 | |
| 944 | //------------------------------------------------------------------------ |
| 945 | ICharacterInstance* CItemSystem::GetCachedCharacter(const char* fileName) |
no test coverage detected