[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.165,1.166 string.cpp,1.192,1.193

Travis Howell kirben at users.sourceforge.net
Fri Feb 13 03:17:06 CET 2004


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

Modified Files:
	object.cpp string.cpp 
Log Message:

Switch warnings to debug


Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- object.cpp	19 Jan 2004 20:23:27 -0000	1.165
+++ object.cpp	13 Feb 2004 11:11:16 -0000	1.166
@@ -1274,7 +1274,7 @@
 
 	i = getObjectIndex(obj);
 	if (i == -1) {
-		warning("setObjectState: no such object %d", obj);
+		debug(1, "setObjectState: no such object %d", obj);
 		return;
 	}
 

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- string.cpp	25 Jan 2004 15:08:41 -0000	1.192
+++ string.cpp	13 Feb 2004 11:11:16 -0000	1.193
@@ -453,7 +453,7 @@
 					// Sam and Max seems to blitAlso 32 a lot, which does
 					// nothing anyway. So just hide that one for brevity.
 					if (c != 32) 
-						warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
+						debug(1, "Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
 					_charset->_blitAlso = true;
 				}
 			}





More information about the Scummvm-git-logs mailing list