From 19ef3c2ea007b43ba297152261f49ec7e37917a4 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:41:43 -0400 Subject: [PATCH] Update legogamestate.h --- LEGO1/lego/legoomni/include/legogamestate.h | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legogamestate.h b/LEGO1/lego/legoomni/include/legogamestate.h index 1b2afed2..9f5388e6 100644 --- a/LEGO1/lego/legoomni/include/legogamestate.h +++ b/LEGO1/lego/legoomni/include/legogamestate.h @@ -187,16 +187,19 @@ class LegoGameState { LegoFullScreenMovie* m_fullScreenMovie; // 0x20 MxU16 m_unk0x24; // 0x24 MxS16 m_playerCount; // 0x26 - // This member is accessed directly by foreign classes - public: Username m_players[9]; // 0x28 + // This member is accessed directly by foreign classes + +public: + Username m_players[9]; // 0x28 + private: - History m_history; // 0xa6 - undefined2 m_unk0x41a; // 0x41a - undefined4 m_unk0x41c; // 0x41c - MxBool m_isDirty; // 0x420 - Area m_currentArea; // 0x424 - Area m_previousArea; // 0x428 - Area m_unk0x42c; // 0x42c + History m_history; // 0xa6 + undefined2 m_unk0x41a; // 0x41a + undefined4 m_unk0x41c; // 0x41c + MxBool m_isDirty; // 0x420 + Area m_currentArea; // 0x424 + Area m_previousArea; // 0x428 + Area m_unk0x42c; // 0x42c }; MxBool ROIHandlerFunction(const char* p_input, char* p_output, MxU32 p_copyLen);