diff --git a/LEGO1/lego/legoomni/src/worlds/act3.cpp b/LEGO1/lego/legoomni/src/worlds/act3.cpp index 1862672c..c0c4f1ba 100644 --- a/LEGO1/lego/legoomni/src/worlds/act3.cpp +++ b/LEGO1/lego/legoomni/src/worlds/act3.cpp @@ -184,6 +184,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) MxU32 removed = FALSE; Act3List::iterator it; + Act3List::iterator it3; // LINE: LEGO1 0x100720e6 if (!empty()) { @@ -218,6 +219,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) // TODO: Something is wrong about these first two lines // LINE: LEGO1 0x1007215d it = begin(); + it3 = begin(); Act3ListElement& firstItem = *it++; @@ -236,6 +238,8 @@ void Act3List::FUN_100720d0(MxU32 p_objectId) } + it3++; + } }