mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 20:51:14 +00:00
72 %
This commit is contained in:
parent
06f570584a
commit
8f9bf5bfb7
@ -184,6 +184,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId)
|
|||||||
MxU32 removed = FALSE;
|
MxU32 removed = FALSE;
|
||||||
|
|
||||||
Act3List::iterator it;
|
Act3List::iterator it;
|
||||||
|
Act3List::iterator it3;
|
||||||
// LINE: LEGO1 0x100720e6
|
// LINE: LEGO1 0x100720e6
|
||||||
if (!empty()) {
|
if (!empty()) {
|
||||||
|
|
||||||
@ -218,6 +219,7 @@ void Act3List::FUN_100720d0(MxU32 p_objectId)
|
|||||||
// TODO: Something is wrong about these first two lines
|
// TODO: Something is wrong about these first two lines
|
||||||
// LINE: LEGO1 0x1007215d
|
// LINE: LEGO1 0x1007215d
|
||||||
it = begin();
|
it = begin();
|
||||||
|
it3 = begin();
|
||||||
|
|
||||||
Act3ListElement& firstItem = *it++;
|
Act3ListElement& firstItem = *it++;
|
||||||
|
|
||||||
@ -236,6 +238,8 @@ void Act3List::FUN_100720d0(MxU32 p_objectId)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
it3++;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user