From 98dff7f2cfdf8ccc870931e5e764b02cf648231b Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Thu, 4 Apr 2024 11:16:22 -0400 Subject: [PATCH] don't hardcode (likely) action id --- LEGO1/lego/legoomni/src/worlds/gasstation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/worlds/gasstation.cpp b/LEGO1/lego/legoomni/src/worlds/gasstation.cpp index 3c993769..68936e29 100644 --- a/LEGO1/lego/legoomni/src/worlds/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/worlds/gasstation.cpp @@ -194,7 +194,7 @@ void GasStation::ReadyWorld() break; default: m_state->m_unk0x14.m_unk0x00 = 6; - FUN_10005590(0x1fe); + FUN_10005590(GarageScript::c_wgs017nu_RunAnim); m_unk0x106 = 1; m_unk0x104 = 1; break;