[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.167,1.168 string.cpp,1.193,1.194
Travis Howell
kirben at users.sourceforge.net
Wed Feb 18 03:56:03 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19300/scumm
Modified Files:
object.cpp string.cpp
Log Message:
Change debugs back to warnings (As requested)
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- object.cpp 15 Feb 2004 13:06:09 -0000 1.167
+++ object.cpp 18 Feb 2004 11:46:07 -0000 1.168
@@ -1275,7 +1275,7 @@
i = getObjectIndex(obj);
if (i == -1) {
- debug(1, "setObjectState: no such object %d", obj);
+ warning("setObjectState: no such object %d", obj);
return;
}
Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- string.cpp 13 Feb 2004 11:11:16 -0000 1.193
+++ string.cpp 18 Feb 2004 11:46:07 -0000 1.194
@@ -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)
- debug(1, "Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
+ warning("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