retype m_unk0x10c

This commit is contained in:
Ramen2X 2024-03-16 16:56:30 -04:00
parent 66a6bb51b5
commit 2a9f9cb3c1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;