From 29532320c198241d598206e182bc5cfa4c271424 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 24 Apr 2005 10:26:31 +0000 Subject: Corection a few more heversion checks, caused music regression. svn-id: r17785 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sound.cpp') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 0f8009f422..63a573f990 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -1133,7 +1133,7 @@ ScummFile *Sound::openSfxFile() { } if (!file->isOpen()) { - if ((_vm->_heversion == 60 && _vm->_platform == Common::kPlatformMacintosh) || (_vm->_heversion >= 70)) { + if ((_vm->_heversion <= 61 && _vm->_platform == Common::kPlatformMacintosh) || (_vm->_heversion >= 70)) { sprintf(buf, "%s.he2", _vm->getGameName()); } else { sprintf(buf, "%s.tlk", _vm->getGameName()); -- cgit v1.2.3