aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 24e4f976a2..09aba8d1e4 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -706,7 +706,7 @@ void CharsetRendererClassic::printChar(int chr) {
if (vs->number != 0)
_blitAlso = false;
- if (vs->number == 0 && !_blitAlso)
+ if (vs->number == 0 && !_ignoreCharsetMask)
_hasMask = true;
_charPtr += 4;