From a6846d0f6693b44d4405c8266bf68c839b26698b Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 15 Feb 2024 11:07:49 -0500 Subject: [PATCH] Match --- LEGO1/lego/legoomni/src/police/policestate.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/LEGO1/lego/legoomni/src/police/policestate.cpp b/LEGO1/lego/legoomni/src/police/policestate.cpp index db9e2486..cf5d899a 100644 --- a/LEGO1/lego/legoomni/src/police/policestate.cpp +++ b/LEGO1/lego/legoomni/src/police/policestate.cpp @@ -58,10 +58,12 @@ void PoliceState::FUN_1005ea40() : Police::PoliceScript::c_lauraAnim; } - MxDSAction action; - action.SetObjectId(policeScript); - action.SetAtomId(*g_policeScript); - Start(&action); + { + MxDSAction action; + action.SetObjectId(policeScript); + action.SetAtomId(*g_policeScript); + Start(&action); + } m_unk0x0c = 1; }