diff options
-rw-r--r-- | engines/scumm/charset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp index 7d115d4c4b..3c910bd239 100644 --- a/engines/scumm/charset.cpp +++ b/engines/scumm/charset.cpp @@ -1778,7 +1778,7 @@ void CharsetRendererNut::printChar(int chr, bool ignoreCharsetMask) { _str.left = _left; // Original keeps glyph width and character dimensions separately - if (_vm->_language == Common::ZH_TWN) + if (_vm->_language == Common::ZH_TWN && width == 16) width = 17; _left += width; |