diff options
Diffstat (limited to 'scumm/string.cpp')
-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 5612a17a5b..060e4efd71 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -631,7 +631,7 @@ void Scumm::drawString(int a) charset._left -= charset.getStringWidth(a, buf, 0) >> 1; } - if (!_features & GF_AFTER_V7) + if (!(_features & GF_AFTER_V7)) charset._ignoreCharsetMask = 1; |