[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.105,1.106

Max Horn fingolfin at users.sourceforge.net
Sat May 24 09:03:05 CEST 2003


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

Modified Files:
	object.cpp 
Log Message:
some more debug output

Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- object.cpp	23 May 2003 13:24:40 -0000	1.105
+++ object.cpp	24 May 2003 16:02:07 -0000	1.106
@@ -1244,7 +1244,7 @@
 
 	i = getObjectIndex(obj);
 	if (i == -1) {
-		warning("setObjectState: no such object");
+		warning("setObjectState: no such object %d", obj);
 		return;
 	}
 





More information about the Scummvm-git-logs mailing list