Get rid of bitfields in CPool
# Conflicts: # src/core/templates.h
This commit is contained in:
@@ -111,7 +111,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