From 757f2fdcefde1606e822acf00f0e6b783bd3174f Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 8 Oct 2004 16:09:52 +0000 Subject: Prevent double slash in path svn-id: r15473 --- sword2/sword2.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sword2') 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; -- cgit v1.2.3