Well.. it works NOW. (flObject fix part 2 :P)

svn-id: r6422
This commit is contained in:
James Brown 2003-01-12 10:22:07 +00:00
parent a4af93c22c
commit bd9f9405cd

View File

@ -731,13 +731,6 @@ void Scumm::killScriptsAndResources()
}
}
/* Nuke FL objects */
i = 0;
do {
if (_objs[i].fl_object_index)
nukeResource(rtFlObject, _objs[i].fl_object_index);
} while (++i <= _numObjectsInRoom);
/* Nuke local object names */
if (_newNames) {
for (i = 0; i < _numNewNames; i++) {