mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 11:04:15 +01:00
mission cleanup fix
This commit is contained in:
parent
de32fbe75e
commit
4e477a17b2
@ -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 New Issue
Block a user