[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.60,2.61 scummvm.cpp,2.17,2.18

Max Horn fingolfin at users.sourceforge.net
Thu Dec 26 16:59:03 CET 2002


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

Modified Files:
	script_v8.cpp scummvm.cpp 
Log Message:
cleanup

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.60
retrieving revision 2.61
diff -u -d -r2.60 -r2.61
--- script_v8.cpp	27 Dec 2002 00:11:01 -0000	2.60
+++ script_v8.cpp	27 Dec 2002 00:58:21 -0000	2.61
@@ -1280,7 +1280,6 @@
 
 void Scumm_v8::o8_startVideo()
 {
-	char dirName[255];
 	int len = resStrLen((char*)_scriptPointer);
 	
 	warning("o8_startVideo(%s/%s)\n", getGameDataPath(), (char*)_scriptPointer);

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -d -r2.17 -r2.18
--- scummvm.cpp	26 Dec 2002 23:05:19 -0000	2.17
+++ scummvm.cpp	27 Dec 2002 00:58:21 -0000	2.18
@@ -578,7 +578,8 @@
 	int i, where;
 	Actor *at;
 
-	CHECK_HEAP debug(1, "Loading room %d", room);
+	CHECK_HEAP;
+	debug(1, "Loading room %d", room);
 
 	clearMsgQueue();
 





More information about the Scummvm-git-logs mailing list