From 06f570584a4e3a34381de95b7b0537ff1e5eac5c Mon Sep 17 00:00:00 2001 From: jonschz Date: Sat, 12 Jul 2025 23:07:57 +0200 Subject: [PATCH] 59 % --- 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 e623b57f..1862672c 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -226,7 +226,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) // LINE: LEGO1 0x1007217c if ((*it).m_unk0x04 == 1) { // LINE: LEGO1 0x100721a0 - for (Act3List::iterator it2 = begin(); it2 != it; it2 = erase(it2)) { + for (Act3List::iterator it2 = begin(); it2 != it; erase(it2++)) { // LINE: LEGO1 0x10072191 if ((*it2).m_hasStarted) { // LINE: LEGO1 0x10072202