mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 03:52:46 +00:00
mission cleanup fix
This commit is contained in:
@ -2140,7 +2140,7 @@ void CMissionCleanup::Process()
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
RemoveEntityFromList(i, m_sEntities[i].type);
|
RemoveEntityFromList(m_sEntities[i].id, m_sEntities[i].type);
|
||||||
}
|
}
|
||||||
for (int i = 1; i < NUMSTREAMINFO; i++) {
|
for (int i = 1; i < NUMSTREAMINFO; i++) {
|
||||||
if (CStreaming::IsScriptOwnedModel(i))
|
if (CStreaming::IsScriptOwnedModel(i))
|
||||||
|
Reference in New Issue
Block a user