mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 10:33:43 +00:00
mission cleanup fix
This commit is contained in:
parent
2d00d9cbe6
commit
c4f0b4fb6d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue