setting some areas so objects dont disappear

This commit is contained in:
aap 2020-05-06 14:43:23 +02:00
parent 600cbee7d4
commit 25a4091fa8
3 changed files with 3 additions and 0 deletions

View file

@ -77,6 +77,7 @@ CEntity::CEntity(void)
m_scanCode = 0;
m_modelIndex = -1;
m_rwObject = nil;
m_area = AREA_MAIN_MAP;
m_randomSeed = CGeneral::GetRandomNumber();
m_pFirstReference = nil;
}