aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
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 8bad5d1d7a..3a170986ee 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)
- 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;
}
}