aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2002-11-27 14:45:58 +0000
committerMax Horn2002-11-27 14:45:58 +0000
commit1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6 (patch)
tree256498cc44056831f323af3b6c960df01dfcd210 /scumm
parent8213dd84706944e4b6455db0b3d991a398849d28 (diff)
downloadscummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.tar.gz
scummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.tar.bz2
scummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.zip
evil copy&paste (bug #644620)
svn-id: r5727
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 131caf7e46..2ac6f4cfc6 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -999,7 +999,7 @@ void CharsetRenderer::printChar(int chr)
return;
}
- _disableOffsX = true;
+ _disableOffsX = false;
if (_firstChar) {
_strLeft = _left;