aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-21 10:24:13 +0000
committerTravis Howell2005-04-21 10:24:13 +0000
commitdd046c184e03feb0d513acf45495d63b595997c0 (patch)
tree1557e782c6edfe4a1f38feede63ad0c8db5010f3 /scumm/script_v72he.cpp
parentcca9fb4804a910f3fe92c48328c825a924ef65f8 (diff)
downloadscummvm-rg350-dd046c184e03feb0d513acf45495d63b595997c0.tar.gz
scummvm-rg350-dd046c184e03feb0d513acf45495d63b595997c0.tar.bz2
scummvm-rg350-dd046c184e03feb0d513acf45495d63b595997c0.zip
There are Macintosh specific versions of HE72 games.
svn-id: r17733
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp3
1 files changed, 2 insertions, 1 deletions
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));