mirror of
https://github.com/td512/re3.git
synced 2026-03-01 22:17:27 +00:00
Get rid of bitfields in CPool
This commit is contained in:
@@ -102,7 +102,7 @@ CPools::CheckPoolsEmpty()
|
||||
void
|
||||
CPools::MakeSureSlotInObjectPoolIsEmpty(int32 slot)
|
||||
{
|
||||
if (ms_pObjectPool->IsFreeSlot(slot)) return;
|
||||
if (ms_pObjectPool->GetIsFree(slot)) return;
|
||||
|
||||
CObject *object = ms_pObjectPool->GetSlot(slot);
|
||||
if (object->ObjectCreatedBy == TEMP_OBJECT) {
|
||||
|
||||
Reference in New Issue
Block a user