diff --git a/LEGO1/mxdschunk.h b/LEGO1/mxdschunk.h index ad57fcc4..4cbb2fc9 100644 --- a/LEGO1/mxdschunk.h +++ b/LEGO1/mxdschunk.h @@ -40,12 +40,11 @@ public: inline void SetData(MxU8* p_data) { m_data = p_data; } inline MxU16 GetFlags() { return m_flags; } + inline undefined4 GetObjectId() { return m_objectId; } inline MxLong GetTime() { return m_time; } inline MxU32 GetLength() { return m_length; } inline MxU8* GetData() { return m_data; } - inline undefined4 GetObjectId() { return m_objectId; } - inline void Release() { if (m_data)