From f4075d2daa533315658966afd877a034023307b6 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 13 Jul 2025 07:58:04 +0200 Subject: [PATCH] 82 % --- LEGO1/lego/legoomni/src/worlds/act3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/worlds/act3.cpp b/LEGO1/lego/legoomni/src/worlds/act3.cpp index 726c0270..33a7b34c 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -226,7 +226,8 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) it = begin(); it3 = it; - Act3ListElement& firstItem = *it++; + Act3ListElement& firstItem = front(); + it++; // // LINE: LEGO1 0x100721d4 Not pinnable, appears multiple times for (; it != end(); ) {