From 929fd0591f411008d33c6709de2effbff995e683 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 18 Feb 2004 11:46:07 +0000 Subject: Change debugs back to warnings (As requested) svn-id: r12931 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/string.cpp') 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; } } -- cgit v1.2.3