mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 05:01:17 +00:00
Fix
This commit is contained in:
parent
e4e5f90c89
commit
7b106bea28
@ -201,16 +201,16 @@ class LegoGameState {
|
|||||||
MxS16 m_stateCount; // 0x04
|
MxS16 m_stateCount; // 0x04
|
||||||
LegoState** m_stateArray; // 0x08
|
LegoState** m_stateArray; // 0x08
|
||||||
MxU8 m_actorId; // 0x0c
|
MxU8 m_actorId; // 0x0c
|
||||||
|
|
||||||
// TODO: Most likely getters/setters are not used according to BETA for the following members:
|
|
||||||
|
|
||||||
public:
|
|
||||||
Act m_currentAct; // 0x10
|
Act m_currentAct; // 0x10
|
||||||
Act m_loadedAct; // 0x14
|
Act m_loadedAct; // 0x14
|
||||||
LegoBackgroundColor* m_backgroundColor; // 0x18
|
LegoBackgroundColor* m_backgroundColor; // 0x18
|
||||||
LegoBackgroundColor* m_tempBackgroundColor; // 0x1c
|
LegoBackgroundColor* m_tempBackgroundColor; // 0x1c
|
||||||
LegoFullScreenMovie* m_fullScreenMovie; // 0x20
|
LegoFullScreenMovie* m_fullScreenMovie; // 0x20
|
||||||
MxU16 m_unk0x24; // 0x24
|
MxU16 m_unk0x24; // 0x24
|
||||||
|
|
||||||
|
// TODO: Most likely getters/setters are not used according to BETA for the following members:
|
||||||
|
|
||||||
|
public:
|
||||||
MxS16 m_playerCount; // 0x26
|
MxS16 m_playerCount; // 0x26
|
||||||
Username m_players[9]; // 0x28
|
Username m_players[9]; // 0x28
|
||||||
History m_history; // 0xa6
|
History m_history; // 0xa6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user