From dd046c184e03feb0d513acf45495d63b595997c0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 21 Apr 2005 10:24:13 +0000 Subject: There are Macintosh specific versions of HE72 games. svn-id: r17733 --- scumm/script_v72he.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/script_v72he.cpp') diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index b496252c73..0c5f7d3ee7 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -1678,7 +1678,8 @@ void ScummEngine_v72he::o72_openFile() { debug(0,"Original filename %s", filename); - if (_substResFileNameIndex > 0) { + // There are Macintosh specific versions of HE7.2 games. + if (_heversion >= 80 && _substResFileNameIndex > 0) { char buf1[128]; generateSubstResFileName((char *)filename, buf1, sizeof(buf1)); -- cgit v1.2.3