diff options
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/sword2.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp index c78f1492f7..39f83c551f 100644 --- a/sword2/sword2.cpp +++ b/sword2/sword2.cpp @@ -103,12 +103,12 @@ Sword2Engine::Sword2Engine(GameDetector *detector, OSystem *syst) : Engine(syst) { // Add default file directories - File::addDefaultDirectory(_gameDataPath + "/CLUSTERS/"); - File::addDefaultDirectory(_gameDataPath + "/SWORD2/"); - File::addDefaultDirectory(_gameDataPath + "/VIDEO/"); - File::addDefaultDirectory(_gameDataPath + "/clusters/"); - File::addDefaultDirectory(_gameDataPath + "/sword2/"); - File::addDefaultDirectory(_gameDataPath + "/video/"); + File::addDefaultDirectory(_gameDataPath + "CLUSTERS/"); + File::addDefaultDirectory(_gameDataPath + "SWORD2/"); + File::addDefaultDirectory(_gameDataPath + "VIDEO/"); + File::addDefaultDirectory(_gameDataPath + "clusters/"); + File::addDefaultDirectory(_gameDataPath + "sword2/"); + File::addDefaultDirectory(_gameDataPath + "video/"); g_sword2 = this; _debugger = NULL; |