aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-01-30 02:06:41 +0000
committerTravis Howell2005-01-30 02:06:41 +0000
commitee3baf60ec7c960de8a416be079a669a57734a74 (patch)
tree6b4baa1d7f649b7f5a962f29c99d616cb47286cc /scumm
parent399dcad5bdb08193e3e384ef8d999daae1dde17b (diff)
downloadscummvm-rg350-ee3baf60ec7c960de8a416be079a669a57734a74.tar.gz
scummvm-rg350-ee3baf60ec7c960de8a416be079a669a57734a74.tar.bz2
scummvm-rg350-ee3baf60ec7c960de8a416be079a669a57734a74.zip
Speech filename difference in Macintosh version of HE60 games.
svn-id: r16699
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 4f76c0e451..427f411f9b 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1077,7 +1077,7 @@ ScummFile *Sound::openSfxFile() {
}
if (!file->isOpen()) {
- if (_vm->_heversion >= 70) {
+ if ((_vm->_heversion == 60 && _vm->_features & GF_MACINTOSH) || (_vm->_heversion >= 70)) {
sprintf(buf, "%s.he2", _vm->getGameName());
if (_vm->_heMacFileNameIndex > 0) {