diff --git a/scumm/string.cpp b/scumm/string.cpp index cc32a57476f..8f7ffecdcf2 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -434,7 +434,7 @@ void ScummEngine::drawString(int a, const byte *msg) { } for (i = 0; (c = buf[i++]) != 0;) { - if (c == code) { + if (_heversion >= 72 && c == code) { c = buf[i++]; switch (c) { case 110: