[Scummvm-cvs-logs] scummvm master -> fba886a21f784da5bd48accb0dd5aaf133dd0b29

Kirben kirben at optusnet.com.au
Sat Jul 4 05:53:22 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:
fba886a21f TINSEL: Add drivers sub folder in Discworld 1, for Miles audio files.


Commit: fba886a21f784da5bd48accb0dd5aaf133dd0b29
    https://github.com/scummvm/scummvm/commit/fba886a21f784da5bd48accb0dd5aaf133dd0b29
Author: Kirben (kirben at optusnet.com.au)
Date: 2015-07-04T13:51:45+10:00

Commit Message:
TINSEL: Add drivers sub folder in Discworld 1, for Miles audio files.

Changed paths:
    engines/tinsel/tinsel.cpp



diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index 28e569c..6dc8e3b 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -885,6 +885,9 @@ void TinselEngine::initializePath(const Common::FSNode &gamePath) {
 	} else {
 		// Add DW2 subfolder to search path in case user is running directly from the CDs
 		SearchMan.addSubDirectoryMatching(gamePath, "dw2");
+
+		// Location of Miles audio files (sample.ad and sample.opl) in Discworld 1
+		SearchMan.addSubDirectoryMatching(gamePath, "drivers");
 		Engine::initializePath(gamePath);
 	}
 }






More information about the Scummvm-git-logs mailing list