[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_font.cpp,1.18,1.19
Max Horn
fingolfin at users.sourceforge.net
Fri Apr 16 14:06:05 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4409
Modified Files:
smush_font.cpp
Log Message:
Revert debug levels
Index: smush_font.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_font.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- smush_font.cpp 16 Apr 2004 20:49:14 -0000 1.18
+++ smush_font.cpp 16 Apr 2004 21:05:09 -0000 1.19
@@ -158,7 +158,7 @@
void SmushFont::drawString(const char *str, byte *buffer, int dst_width, int dst_height, int x, int y, bool center) {
- debug(0, "SmushFont::drawString(%s, %d, %d, %d)", str, x, y, center);
+ debug(9, "SmushFont::drawString(%s, %d, %d, %d)", str, x, y, center);
while (str) {
char line[256];
@@ -177,7 +177,7 @@
}
void SmushFont::drawStringWrap(const char *str, byte *buffer, int dst_width, int dst_height, int x, int y, int left, int right, bool center) {
- debug(0, "SmushFont::drawStringWrap(%s, %d, %d, %d, %d, %d)", str, x, y, left, right, center);
+ debug(9, "SmushFont::drawStringWrap(%s, %d, %d, %d, %d, %d)", str, x, y, left, right, center);
const int width = right - left;
char *s = strdup(str);
More information about the Scummvm-git-logs
mailing list