mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement Infocenter::ReadyWorld (#538)
* Implement Infocenter::ReadyWorld * Match * Use TRUE
This commit is contained in:

committed by
GitHub

parent
5e38a010dd
commit
97de164a7f
@@ -27,9 +27,10 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x1000e3c0
|
||||
// Act3State::`scalar deleting destructor'
|
||||
|
||||
inline undefined4 GetUnknown0x08() { return m_unk0x08; }
|
||||
|
||||
private:
|
||||
// FIXME: May be part of LegoState? Uncertain...
|
||||
MxU32 m_unk0x08;
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
};
|
||||
|
||||
#endif // ACT3STATE_H
|
||||
|
@@ -34,6 +34,7 @@ public:
|
||||
inline Playlist& GetUnknown0x14() { return m_unk0x14; }
|
||||
inline Playlist& GetUnknown0x68() { return m_unk0x68; }
|
||||
inline MxU32 GetUnknown0x74() { return m_unk0x74; }
|
||||
inline Playlist* GetUnknown0x20() { return m_unk0x20; }
|
||||
inline Playlist* GetUnknown0x44() { return m_unk0x44; }
|
||||
|
||||
inline void SetUnknown0x74(MxU32 p_unk0x74) { m_unk0x74 = p_unk0x74; }
|
||||
|
@@ -26,6 +26,12 @@ public:
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000e040
|
||||
// LegoAct2State::`scalar deleting destructor'
|
||||
|
||||
inline undefined4 GetUnknown0x08() { return m_unk0x08; }
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
undefined4 m_unk0x0c; // 0x0c
|
||||
};
|
||||
|
||||
#endif // LEGOACT2STATE_H
|
||||
|
Reference in New Issue
Block a user