diff options
author | Max Horn | 2002-11-27 14:45:58 +0000 |
---|---|---|
committer | Max Horn | 2002-11-27 14:45:58 +0000 |
commit | 1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6 (patch) | |
tree | 256498cc44056831f323af3b6c960df01dfcd210 | |
parent | 8213dd84706944e4b6455db0b3d991a398849d28 (diff) | |
download | scummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.tar.gz scummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.tar.bz2 scummvm-rg350-1afdb5c4bf2f6b8799449e7e3143bcc54715f4e6.zip |
evil copy&paste (bug #644620)
svn-id: r5727
-rw-r--r-- | scumm/string.cpp | 2 |
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; |