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:
parent
6bf93e41c5
commit
ef9a8d0714
5 changed files with 76 additions and 33 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue