This commit is contained in:
jonschz 2025-07-12 23:09:22 +02:00
parent 06f570584a
commit 8f9bf5bfb7

View File

@ -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++;
}
}