removed obsolete FIXME

svn-id: r6446
This commit is contained in:
Max Horn 2003-01-13 15:13:24 +00:00
parent 6fada952c0
commit 0a3bc7d36f

View file

@ -520,7 +520,6 @@ void Scumm::loadRoomObjects()
searchptr = NULL;
}
// ENDERFIXME: Switch this one over to numLocals also
for (i = 1; i < _numLocalObjects; i++) {
if (_objs[i].obj_nr && !_objs[i].fl_object_index)
setupRoomObject(&_objs[i], room);
@ -585,7 +584,6 @@ void Scumm::loadRoomObjectsSmall()
searchptr = NULL;
}
// ENDERFIXME: Switch to numLocals
for (i = 1; i < _numLocalObjects; i++) {
if (_objs[i].obj_nr && !_objs[i].fl_object_index)
setupRoomObject(&_objs[i], room);