From c40ea38bd81ede1dacd3049473420f5e2e492a83 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 11 Jun 2024 14:11:45 -0400 Subject: [PATCH] Add Ambulance::FUN_10036e60 --- LEGO1/lego/legoomni/src/actors/ambulance.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/actors/ambulance.cpp b/LEGO1/lego/legoomni/src/actors/ambulance.cpp index 996b297c..95b7dd73 100644 --- a/LEGO1/lego/legoomni/src/actors/ambulance.cpp +++ b/LEGO1/lego/legoomni/src/actors/ambulance.cpp @@ -265,10 +265,14 @@ MxLong Ambulance::HandleClick() return 1; } -// STUB: LEGO1 0x10036e60 +// FUNCTION: LEGO1 0x10036e60 +// FUNCTION: BETA10 0x100236bb void Ambulance::FUN_10036e60() { - // TODO + m_state->m_unk0x08 = 2; + PlayAnimation(IsleScript::c_hho027en_RunAnim); + m_lastAction = IsleScript::c_noneIsle; + m_lastAnimation = IsleScript::c_noneIsle; } // STUB: LEGO1 0x10036e90