mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
MxEntity: make MxAtomId a member
This commit is contained in:
parent
17d25899c4
commit
110aed9002
@ -3,13 +3,10 @@
|
||||
// OFFSET: LEGO1 0x1001d190
|
||||
MxEntity::MxEntity()
|
||||
{
|
||||
// FIXME: This won't match because of m_atom. How would it access m_internal?
|
||||
this->m_atom = NULL;
|
||||
this->m_mxEntityId = -1;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000c110
|
||||
MxEntity::~MxEntity()
|
||||
{
|
||||
*this->m_atom;
|
||||
}
|
||||
@ -26,7 +26,7 @@ class MxEntity : public MxCore
|
||||
}
|
||||
private:
|
||||
MxS32 m_mxEntityId; // 0x8
|
||||
MxAtomId* m_atom; // 0xc
|
||||
MxAtomId m_atom; // 0xc
|
||||
};
|
||||
|
||||
#endif // MXENTITY_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user