pools compatibility

This commit is contained in:
Nikolay Korolev
2020-04-27 00:54:43 +03:00
parent fbca45239d
commit 74fde1397e
5 changed files with 625 additions and 5 deletions

View File

@ -91,7 +91,9 @@ public:
CReference *m_pFirstReference;
CColModel *GetColModel(void) { return CModelInfo::GetModelInfo(m_modelIndex)->GetColModel(); }
#ifndef COMPATIBLE_SAVES
uint32* GetAddressOfEntityProperties() { /* AWFUL */ return (uint32*)((char*)&m_rwObject + sizeof(m_rwObject)); }
#endif
CEntity(void);
~CEntity(void);