aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/resource.cpp')
-rw-r--r--engines/saga/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/resource.cpp b/engines/saga/resource.cpp
index d1190fec79..459baf81ec 100644
--- a/engines/saga/resource.cpp
+++ b/engines/saga/resource.cpp
@@ -433,7 +433,7 @@ bool Resource::createContexts() {
} else if (!soundFileInArray && i == soundFileIndex) {
context->fileName = soundFileName;
context->fileType = GAME_SOUNDFILE;
- } else if (_vm->_voiceFilesExist && i == voicesFileIndex) {
+ } else if (_vm->_voiceFilesExist && i == voicesFileIndex && !(_vm->getGameId() == GID_IHNM && _vm->isMacResources())) {
context->fileName = _voicesFileName[0];
// can be GAME_VOICEFILE or GAME_SOUNDFILE | GAME_VOICEFILE or GAME_VOICEFILE | GAME_SWAPENDIAN
context->fileType = voiceFileType;