From e26f1391fa6c4245549a890d74bcf1c7fa6b3805 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 11 Dec 2008 18:09:45 +0000 Subject: Fixed detection of voice files. svn-id: r35305 --- engines/saga/rscfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/saga/rscfile.cpp b/engines/saga/rscfile.cpp index 41fe510906..2e7eaddf85 100644 --- a/engines/saga/rscfile.cpp +++ b/engines/saga/rscfile.cpp @@ -446,7 +446,7 @@ bool Resource::createContexts() { // Detect and add voice files fileFound = false; curSoundfiles = _vm->getGameType() == GType_ITE ? voiceFilesITE : voiceFilesIHNM; - maxFile = _vm->getGameType() == GType_ITE ? 4 : 2; + maxFile = _vm->getGameType() == GType_ITE ? 7 : 4; for (i = 0; i < maxFile; i++) { if (Common::File::exists(curSoundfiles[i].fileName)) { -- cgit v1.2.3