mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-05 22:43:56 +00:00
Add member offsets in HospitalState header
This commit is contained in:
parent
6fb7eec39c
commit
d1fb7e1ba9
@ -24,14 +24,14 @@ class HospitalState : public LegoState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// TODO: Figure out unused type
|
// TODO: Figure out unused types
|
||||||
undefined m_unk0x8[4];
|
undefined m_unk0x8[4]; // 0x8
|
||||||
undefined2 m_unk0xc;
|
undefined2 m_unk0xc; // 0xc
|
||||||
undefined2 m_unk0xe;
|
undefined2 m_unk0xe; // 0xe
|
||||||
undefined2 m_unk0x10;
|
undefined2 m_unk0x10; // 0x10
|
||||||
undefined2 m_unk0x12;
|
undefined2 m_unk0x12; // 0x12
|
||||||
undefined2 m_unk0x14;
|
undefined2 m_unk0x14; // 0x14
|
||||||
undefined2 m_unk0x16;
|
undefined2 m_unk0x16; // 0x16
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HOSPITALSTATE_H
|
#endif // HOSPITALSTATE_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user