Limit to HE games

svn-id: r15262
This commit is contained in:
Travis Howell
2004-09-25 09:50:41 +00:00
parent 7c22767b87
commit 05e440cc5a
+1 -1
View File
@@ -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: