diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/tinsel/tinsel.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 28e569cd3a..6dc8e3bb35 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);  	}  }  | 
