diff options
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index 23b730cc44..862b88e059 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -715,7 +715,7 @@ void ScummEngine::drawString(int a, const byte *msg) { _charset->_top += fontHeight; break; } - } else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 72)) { + } else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 71)) { c = buf[i++]; switch (c) { case 9: |