aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-18 11:46:07 +0000
committerTravis Howell2004-02-18 11:46:07 +0000
commit929fd0591f411008d33c6709de2effbff995e683 (patch)
tree8a7fb5d26e47f08d5b9599f86a2fd34924437dc4 /scumm/string.cpp
parent97472bd078dd7e0b72e5f119c6e11d28fd505ae4 (diff)
downloadscummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.tar.gz
scummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.tar.bz2
scummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.zip
Change debugs back to warnings (As requested)
svn-id: r12931
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 3a170986ee..8bad5d1d7a 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -453,7 +453,7 @@ void ScummEngine::drawString(int a) {
// 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;
}
}