mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51: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
|
||||
// LINE: LEGO1 0x1007215d
|
||||
it = begin();
|
||||
it3 = begin();
|
||||
it3 = it;
|
||||
|
||||
Act3ListElement& firstItem = *it++;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user