aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2004-01-09 13:14:59 +0000
committerMax Horn2004-01-09 13:14:59 +0000
commitee53fb439171c4e2f9c2c76d6c654bd781207921 (patch)
treea059b0fde19a24bdd248becf848ab9152538be4d /scumm/string.cpp
parent638231cc59c964106de917a376de9ffb6b7d6784 (diff)
downloadscummvm-rg350-ee53fb439171c4e2f9c2c76d6c654bd781207921.tar.gz
scummvm-rg350-ee53fb439171c4e2f9c2c76d6c654bd781207921.tar.bz2
scummvm-rg350-ee53fb439171c4e2f9c2c76d6c654bd781207921.zip
Fix for bug #873688
svn-id: r12274
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 de5bd9fb72..7456f23bcb 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -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;
}
}