mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user