This commit is contained in:
Nikolay Korolev
2020-04-11 21:01:39 +03:00
parent 1c0c0a0468
commit 38dee74a5a
7 changed files with 346 additions and 11 deletions

View File

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