[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.169,2.170

kirben kirben at users.sourceforge.net
Tue Oct 18 07:01:27 CEST 2005


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

Modified Files:
	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.169
retrieving revision 2.170
diff -u -d -r2.169 -r2.170
--- script_v6he.cpp	18 Oct 2005 01:30:21 -0000	2.169
+++ script_v6he.cpp	18 Oct 2005 14:00:07 -0000	2.170
@@ -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