New method of local object management. Buggy, segfaults on the Part 1 screen and I don't know why yet..

svn-id: r6416
This commit is contained in:
James Brown 2003-01-12 07:30:17 +00:00
parent 6bf93e41c5
commit ef9a8d0714
5 changed files with 76 additions and 33 deletions

View file

@ -732,12 +732,14 @@ void Scumm::killScriptsAndResources()
}
/* Nuke FL objects */
// ENDERFIXME
/*
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++) {