mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
82 %
This commit is contained in:
parent
6b53e4800e
commit
f4075d2daa
@ -226,7 +226,8 @@ void Act3List::FUN_100720d0(MxU32 p_objectId)
|
||||
it = begin();
|
||||
it3 = it;
|
||||
|
||||
Act3ListElement& firstItem = *it++;
|
||||
Act3ListElement& firstItem = front();
|
||||
it++;
|
||||
|
||||
// // LINE: LEGO1 0x100721d4 Not pinnable, appears multiple times
|
||||
for (; it != end(); ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user