[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.149,2.150

kirben kirben at users.sourceforge.net
Sat Apr 9 17:32:47 CEST 2005


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

Modified Files:
	script_v6he.cpp 
Log Message:

Add some debug output to help with bug report.


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.149
retrieving revision 2.150
diff -u -d -r2.149 -r2.150
--- script_v6he.cpp	8 Apr 2005 11:09:45 -0000	2.149
+++ script_v6he.cpp	10 Apr 2005 00:32:11 -0000	2.150
@@ -1259,6 +1259,9 @@
 	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