[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.41,1.42

James Brown ender at users.sourceforge.net
Sun Jan 12 02:23:01 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv15134

Modified Files:
	script.cpp 
Log Message:
Well.. it works NOW. (flObject fix part 2 :P)


Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- script.cpp	12 Jan 2003 08:32:44 -0000	1.41
+++ script.cpp	12 Jan 2003 10:22:07 -0000	1.42
@@ -731,13 +731,6 @@
 		}
 	}
 
-	/* 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++) {





More information about the Scummvm-git-logs mailing list