diff --git a/LEGO1/lego/legoomni/include/hospital.h b/LEGO1/lego/legoomni/include/hospital.h index d2244255..78f8c233 100644 --- a/LEGO1/lego/legoomni/include/hospital.h +++ b/LEGO1/lego/legoomni/include/hospital.h @@ -53,7 +53,7 @@ class Hospital : public LegoWorld { undefined2 m_unk0x100; // 0x100 HospitalState* m_hospitalState; // 0x104 undefined2 m_unk0x108; // 0x108 - undefined4 m_unk0x10c; // 0x10c + HospitalScript::Script m_unk0x10c; // 0x10c MxStillPresenter* m_copLedBitmap; // 0x110 MxStillPresenter* m_pizzaLedBitmap; // 0x114 undefined m_unk0x118; // 0x118 diff --git a/LEGO1/lego/legoomni/src/worlds/hospital.cpp b/LEGO1/lego/legoomni/src/worlds/hospital.cpp index 882412af..b5f73af6 100644 --- a/LEGO1/lego/legoomni/src/worlds/hospital.cpp +++ b/LEGO1/lego/legoomni/src/worlds/hospital.cpp @@ -32,7 +32,7 @@ Hospital::Hospital() m_hospitalState = NULL; m_unk0x108 = 0; m_destLocation = LegoGameState::e_undefined; - m_unk0x10c = 0; + m_unk0x10c = HospitalScript::c__StartUp; m_copLedBitmap = NULL; m_pizzaLedBitmap = NULL; m_unk0x118 = 0;