mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 16:48:59 +00:00
mission cleanup fix
This commit is contained in:
parent
de32fbe75e
commit
4e477a17b2
1 changed files with 1 additions and 3 deletions
|
@ -1866,9 +1866,7 @@ void CMissionCleanup::Process()
|
|||
default:
|
||||
break;
|
||||
}
|
||||
m_sEntities[i].id = 0;
|
||||
m_sEntities[i].type = CLEANUP_UNUSED;
|
||||
m_nCount--;
|
||||
RemoveEntityFromList(m_sEntities[i].id, m_sEntities[i].type);
|
||||
}
|
||||
#ifdef SECUROM
|
||||
if ((myrand() & 3) == 2){
|
||||
|
|
Loading…
Reference in a new issue