diff options
-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; |