mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 14:13:55 -04:00
Match Hospital::ReadyWorld
(#1465)
This commit is contained in:
parent
447fcd0c00
commit
fff2021bb5
@ -201,6 +201,7 @@ void Hospital::ReadyWorld()
|
|||||||
|
|
||||||
PlayAction(hospitalScript[m_hospitalState->m_unk0x0c]);
|
PlayAction(hospitalScript[m_hospitalState->m_unk0x0c]);
|
||||||
m_currentAction = hospitalScript[m_hospitalState->m_unk0x0c];
|
m_currentAction = hospitalScript[m_hospitalState->m_unk0x0c];
|
||||||
|
m_unk0x108 = 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_unk0x100 = 1;
|
m_unk0x100 = 1;
|
||||||
@ -210,10 +211,9 @@ void Hospital::ReadyWorld()
|
|||||||
|
|
||||||
PlayAction(HospitalScript::c_hho003cl_RunAnim);
|
PlayAction(HospitalScript::c_hho003cl_RunAnim);
|
||||||
m_currentAction = 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);
|
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user