From 5938304d48fc3939a9e1e1a25698e14652aefab3 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Thu, 4 Apr 2024 11:30:54 -0400 Subject: [PATCH] Match FUN_10005590 (non-inlined version of PlayAction?) --- 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 68936e29..f695ab34 100644 --- a/LEGO1/lego/legoomni/src/worlds/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/worlds/gasstation.cpp @@ -265,7 +265,7 @@ void GasStation::ReadyWorld() // FUNCTION: LEGO1 0x10005590 void GasStation::FUN_10005590(undefined4 p_param) { - // TODO + PlayAction(p_param); } inline void GasStation::PlayAction(MxU32 p_objectId)