From db3baf0c66ddf3a60544aa733e34267e4b7fdf4d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 1 Sep 2006 12:14:43 +0000 Subject: [PATCH] More fixes for string usage Russian HE games. svn-id: r23816 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index 1a00a7b03dd..23b730cc44f 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)) { + } else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 72)) { c = buf[i++]; switch (c) { case 9: