From 8cf8d040d8be9fe28d2c6da2ffdd2f79f2708ec1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 1 Sep 2006 12:20:08 +0000 Subject: Only check old special codes through drawString() in HE71 and earlier games svn-id: r23817 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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: -- cgit v1.2.3