From 5d0754849cdd559d082b60f0bec7e075db00c6e8 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:33:39 -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 a0ff3a13..77eb9d5c 100644 --- a/LEGO1/lego/legoomni/src/entity/legoworld.cpp +++ b/LEGO1/lego/legoomni/src/entity/legoworld.cpp @@ -47,7 +47,7 @@ MxResult LegoWorld::Create(MxDSAction& p_dsObject) // TODO: Intitialize lists - if (VTable0x54() == SUCCESS) { + if (VTable0x54()) { if (p_dsObject.GetFlags() & 0x20) { if (GetCurrentWorld()) { GetCurrentWorld()->VTable0x68(0);