aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 47136697b4..7f6380a2a0 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -102,6 +102,9 @@ SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst)
File::addDefaultDirectory(_gameDataPath + "music/");
File::addDefaultDirectory(_gameDataPath + "sound/");
+ // Mac CD Wyrmkeep
+ File::addDefaultDirectory(_gameDataPath + "patch/");
+
// Setup mixer
if (!_mixer->isReady()) {
warning("Sound initialization failed.");