aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/saga.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index df42153402..dec9c8d657 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -83,13 +83,13 @@ SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst)
// The Linux version of Inherit the Earth puts all data files in an
// 'itedata' sub-directory, except for voices.rsc
- File::addDefaultDirectory(_gameDataPath + "/itedata/");
+ File::addDefaultDirectory(_gameDataPath + "itedata/");
// The Windows version of Inherit the Earth puts various data files in
// other subdirectories.
- File::addDefaultDirectory(_gameDataPath + "/graphics/");
- File::addDefaultDirectory(_gameDataPath + "/music/");
- File::addDefaultDirectory(_gameDataPath + "/sound/");
+ File::addDefaultDirectory(_gameDataPath + "graphics/");
+ File::addDefaultDirectory(_gameDataPath + "music/");
+ File::addDefaultDirectory(_gameDataPath + "sound/");
// Setup mixer
if (!_mixer->isReady()) {