svn-id: r12274
This commit is contained in:
Max Horn
2004-01-09 13:14:59 +00:00
parent 638231cc59
commit ee53fb4391
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ void ScummEngine::drawString(int a) {
// Note #2: If triggered "accidentaly", this code could also
// cause code to be left printed when it shouldn't...
if (_string[a].no_talk_anim == false) {
warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d\n", c, c);
warning("Would have set _charset->_blitAlso = true (wanted to print '%c' = %d)", c, c);
// _charset->_blitAlso = true;
}
}