aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2015-06-29 03:07:14 +0300
committerFilippos Karapetis2015-06-29 03:07:47 +0300
commit144aa6483b23e422d458af3a12bed1af6e5e0b33 (patch)
treebed85b386c48e36bca9559b341255ed4e97e281b
parenta1e2986056218c8c3f48dd4d9e818730265dc060 (diff)
downloadscummvm-rg350-144aa6483b23e422d458af3a12bed1af6e5e0b33.tar.gz
scummvm-rg350-144aa6483b23e422d458af3a12bed1af6e5e0b33.tar.bz2
scummvm-rg350-144aa6483b23e422d458af3a12bed1af6e5e0b33.zip
SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNM
-rw-r--r--engines/saga/saga.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 3d38b3ea52..763e3a0398 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -117,6 +117,9 @@ SagaEngine::SagaEngine(OSystem *syst, const SAGAGameDescription *gameDesc)
SearchMan.addSubDirectoryMatching(gameDataDir, "music");
SearchMan.addSubDirectoryMatching(gameDataDir, "sound");
+ // Location of Miles audio files (sample.ad and sample.opl) in IHNM
+ SearchMan.addSubDirectoryMatching(gameDataDir, "drivers");
+
// The Multi-OS version puts the voices file in the root directory of
// the CD. The rest of the data files are in game/itedata
SearchMan.addSubDirectoryMatching(gameDataDir, "game/itedata");