mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
retype m_unk0x10c
This commit is contained in:
parent
66a6bb51b5
commit
2a9f9cb3c1
@ -53,7 +53,7 @@ class Hospital : public LegoWorld {
|
|||||||
undefined2 m_unk0x100; // 0x100
|
undefined2 m_unk0x100; // 0x100
|
||||||
HospitalState* m_hospitalState; // 0x104
|
HospitalState* m_hospitalState; // 0x104
|
||||||
undefined2 m_unk0x108; // 0x108
|
undefined2 m_unk0x108; // 0x108
|
||||||
undefined4 m_unk0x10c; // 0x10c
|
HospitalScript::Script m_unk0x10c; // 0x10c
|
||||||
MxStillPresenter* m_copLedBitmap; // 0x110
|
MxStillPresenter* m_copLedBitmap; // 0x110
|
||||||
MxStillPresenter* m_pizzaLedBitmap; // 0x114
|
MxStillPresenter* m_pizzaLedBitmap; // 0x114
|
||||||
undefined m_unk0x118; // 0x118
|
undefined m_unk0x118; // 0x118
|
||||||
|
|||||||
@ -32,7 +32,7 @@ Hospital::Hospital()
|
|||||||
m_hospitalState = NULL;
|
m_hospitalState = NULL;
|
||||||
m_unk0x108 = 0;
|
m_unk0x108 = 0;
|
||||||
m_destLocation = LegoGameState::e_undefined;
|
m_destLocation = LegoGameState::e_undefined;
|
||||||
m_unk0x10c = 0;
|
m_unk0x10c = HospitalScript::c__StartUp;
|
||||||
m_copLedBitmap = NULL;
|
m_copLedBitmap = NULL;
|
||||||
m_pizzaLedBitmap = NULL;
|
m_pizzaLedBitmap = NULL;
|
||||||
m_unk0x118 = 0;
|
m_unk0x118 = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user