mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 19:14:15 +01:00
mission cleanup fix
This commit is contained in:
parent
de32fbe75e
commit
4e477a17b2
@ -1866,9 +1866,7 @@ void CMissionCleanup::Process()
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
m_sEntities[i].id = 0;
|
RemoveEntityFromList(m_sEntities[i].id, m_sEntities[i].type);
|
||||||
m_sEntities[i].type = CLEANUP_UNUSED;
|
|
||||||
m_nCount--;
|
|
||||||
}
|
}
|
||||||
#ifdef SECUROM
|
#ifdef SECUROM
|
||||||
if ((myrand() & 3) == 2){
|
if ((myrand() & 3) == 2){
|
||||||
|
Loading…
Reference in New Issue
Block a user