From 2e672086da5cdd8e1c0c457fdde5218565243c22 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 13 Feb 2004 11:11:16 +0000 Subject: Switch warnings to debug svn-id: r12847 --- 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 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; } } -- cgit v1.2.3