[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.168.2.1,2.168.2.2

kirben kirben at users.sourceforge.net
Tue Oct 18 07:00:40 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19149/scumm

Modified Files:
      Tag: branch-0-8-0
	script_v6he.cpp 
Log Message:

Remove old debug output.


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.168.2.1
retrieving revision 2.168.2.2
diff -u -d -r2.168.2.1 -r2.168.2.2
--- script_v6he.cpp	18 Oct 2005 02:11:21 -0000	2.168.2.1
+++ script_v6he.cpp	18 Oct 2005 13:59:48 -0000	2.168.2.2
@@ -1236,9 +1236,6 @@
 	if (!ah)
 		error("redimArray: Invalid array (%d) reference", readVar(arrayId));
 
-	printf("redimArray: type %d newX %d newY %d\n", type, newX, newY);
-	printf("redimArray: arrayId %d type %d dim1 %d dim2 %d\n", arrayId, ah->type, ah->dim1, ah->dim2);
-
 	newSize = (type == kIntArray) ? 2 : 1;
 	oldSize = (ah->type == kIntArray) ? 2 : 1;
 





More information about the Scummvm-git-logs mailing list