Update mxdsobject.h

This commit is contained in:
Misha 2023-10-29 16:00:41 -04:00
parent 430616fd7a
commit 7c8329a5ec
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -35,7 +35,7 @@ class MxDSObject : public MxCore {
// OFFSET: LEGO1 0x10005530
inline virtual void SetAtomId(MxAtomId p_atomId) { this->m_atomId = p_atomId; } // vtable+20;
inline const MxAtomId& GetAtomId() { return this->m_atomId; }
inline MxAtomId& GetAtomId() { return this->m_atomId; }
inline MxU32 GetObjectId() { return this->m_objectId; }
inline MxS16 GetUnknown24() { return this->m_unk24; }