Implement/match Act1State::Act1State (#1130)

* Implement/match Act1State::Act1State

* Remove obsolete enum
This commit is contained in:
Christian Semmler
2024-11-03 09:41:15 -07:00
committed by GitHub
parent 519d8c570a
commit e4453c4100
3 changed files with 12 additions and 28 deletions

View File

@@ -32,12 +32,6 @@ public:
c_floor3
};
enum {
e_unk953 = 953,
e_unk954 = 954,
e_unk955 = 955,
};
// SIZE 0x4c
class NamedPlane {
public:
@@ -109,11 +103,7 @@ public:
// TODO: Most likely getters/setters are not used according to BETA.
MxS32* m_unk0x008; // 0x008 FIXME: count for m_unk0x008
MxS16 m_unk0x00c; // 0x00c
undefined2 m_unk0x00e; // 0x00e
undefined2 m_unk0x010; // 0x010
undefined m_unk0x012; // 0x012
Playlist m_unk0x008; // 0x008
MxS32 m_unk0x014; // 0x014
MxU32 m_unk0x018; // 0x018
MxS16 m_elevFloor; // 0x01c

View File

@@ -73,7 +73,6 @@ public:
return SUCCESS;
}
private:
MxU32* m_objectIds; // 0x00
MxS16 m_length; // 0x04
MxS16 m_mode; // 0x06