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