From 6b53e4800ea0dee9222d10240812745afddea8b7 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sat, 12 Jul 2025 23:22:06 +0200 Subject: [PATCH] 75.8, closer to correct initializer --- LEGO1/lego/legoomni/src/worlds/act3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/worlds/act3.cpp b/LEGO1/lego/legoomni/src/worlds/act3.cpp index f2a24248..726c0270 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -224,7 +224,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) // TODO: Something is wrong about these first two lines // LINE: LEGO1 0x1007215d it = begin(); - it3 = begin(); + it3 = it; Act3ListElement& firstItem = *it++;