diff options
| -rw-r--r-- | scumm/charset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp index c169e682e8..4255495d01 100644 --- a/scumm/charset.cpp +++ b/scumm/charset.cpp @@ -1296,7 +1296,7 @@ void CharsetRendererNut::printChar(int chr) { shadow.bottom = _top + height + 2; _hasMask = true; - _current->drawShadowChar(chr, _left, _top, _color, !_ignoreCharsetMask); + _current->drawShadowChar(chr, _left, _top, _color, !_ignoreCharsetMask, _curId != 3); _vm->markRectAsDirty(kMainVirtScreen, shadow); if (_str.left > _left) |
