diff --git a/LEGO1/lego/legoomni/include/legostate.h b/LEGO1/lego/legoomni/include/legostate.h index e8b42f48..42fd0fe9 100644 --- a/LEGO1/lego/legoomni/include/legostate.h +++ b/LEGO1/lego/legoomni/include/legostate.h @@ -56,6 +56,14 @@ class LegoState : public MxCore { m_unk0x08 = 0; } + Shuffle(MxU32* p_objectIds, MxU16 p_length) + { + m_objectIds = p_objectIds; + m_length = p_length; + m_unk0x06 = 0; + m_unk0x08 = 0; + } + // FUNCTION: LEGO1 0x10071800 Shuffle& operator=(const Shuffle& p_shuffle) { @@ -66,14 +74,6 @@ class LegoState : public MxCore { return *this; } - Shuffle(MxU32* p_objectIds, MxU16 p_length) - { - m_objectIds = p_objectIds; - m_length = p_length; - m_unk0x06 = 0; - m_unk0x08 = 0; - } - MxU32 FUN_10014d00(); MxBool FUN_10014de0(MxU32 p_objectId);