mirror of
https://github.com/halpz/re3.git
synced 2025-07-06 20:48:53 +00:00
script
This commit is contained in:
@ -431,6 +431,7 @@ CCutsceneMgr::DeleteCutsceneData(void)
|
||||
}
|
||||
ms_numCutsceneObjs = 0;
|
||||
|
||||
/* TODO!!! tmp hack
|
||||
for (int i = MI_SPECIAL01; i < MI_SPECIAL21; i++) {
|
||||
CBaseModelInfo *minfo = CModelInfo::GetModelInfo(i);
|
||||
CColModel *colModel = minfo->GetColModel();
|
||||
@ -439,6 +440,7 @@ CCutsceneMgr::DeleteCutsceneData(void)
|
||||
minfo->SetColModel(&CTempColModels::ms_colModelPed1);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (ms_animLoaded)
|
||||
CAnimManager::RemoveLastAnimFile();
|
||||
|
Reference in New Issue
Block a user