mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 06:19:59 +00:00
pools compatibility
This commit is contained in:
parent
fbca45239d
commit
74fde1397e
5 changed files with 625 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue