mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 13:01:16 +00:00
75.8, closer to correct initializer
This commit is contained in:
parent
f9487c4380
commit
6b53e4800e
@ -224,7 +224,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();
|
it3 = it;
|
||||||
|
|
||||||
Act3ListElement& firstItem = *it++;
|
Act3ListElement& firstItem = *it++;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user