From fd38d7a9170cf6f1d98116e04ef44457faedb01d Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:28:23 -0500 Subject: [PATCH] Update legoworld.cpp --- LEGO1/lego/legoomni/src/entity/legoworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/entity/legoworld.cpp b/LEGO1/lego/legoomni/src/entity/legoworld.cpp index 01a0c7f8..a0ff3a13 100644 --- a/LEGO1/lego/legoomni/src/entity/legoworld.cpp +++ b/LEGO1/lego/legoomni/src/entity/legoworld.cpp @@ -54,7 +54,7 @@ MxResult LegoWorld::Create(MxDSAction& p_dsObject) } SetCurrentWorld(this); - ControlManager()->FUN_10028df0(m_list0xb8); + ControlManager()->FUN_10028df0(&m_list0xb8); } SetIsWorldActive(TRUE);