From fff2021bb552de98630670c538062dd98565d4d3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 10 May 2025 09:11:53 -0700 Subject: [PATCH] Match `Hospital::ReadyWorld` (#1465) --- LEGO1/lego/legoomni/src/worlds/hospital.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/hospital.cpp b/LEGO1/lego/legoomni/src/worlds/hospital.cpp index c393d117..25c04ced 100644 --- a/LEGO1/lego/legoomni/src/worlds/hospital.cpp +++ b/LEGO1/lego/legoomni/src/worlds/hospital.cpp @@ -201,6 +201,7 @@ void Hospital::ReadyWorld() PlayAction(hospitalScript[m_hospitalState->m_unk0x0c]); m_currentAction = hospitalScript[m_hospitalState->m_unk0x0c]; + m_unk0x108 = 1; } else { m_unk0x100 = 1; @@ -210,10 +211,9 @@ void Hospital::ReadyWorld() PlayAction(HospitalScript::c_hho003cl_RunAnim); m_currentAction = HospitalScript::c_hho003cl_RunAnim; + m_unk0x108 = 1; } - m_unk0x108 = 1; - FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen); }