[Scummvm-cvs-logs] scummvm master -> 144aa6483b23e422d458af3a12bed1af6e5e0b33

bluegr bluegr at gmail.com
Mon Jun 29 02:09:16 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
144aa6483b SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNM


Commit: 144aa6483b23e422d458af3a12bed1af6e5e0b33
    https://github.com/scummvm/scummvm/commit/144aa6483b23e422d458af3a12bed1af6e5e0b33
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-06-29T03:07:47+03:00

Commit Message:
SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNM

Changed paths:
    engines/saga/saga.cpp



diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 3d38b3e..763e3a0 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");






More information about the Scummvm-git-logs mailing list