From 48ef8b4fdd981e8dd8fcf144c4026baf02e7ccfc Mon Sep 17 00:00:00 2001 From: vl Date: Mon, 26 Jul 2010 10:56:47 +0200 Subject: [PATCH] Changed: don't add the "data" directory 2 times --- code/ryzom/client/src/client_cfg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 3caa08763..f4b036303 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -409,11 +409,11 @@ CClientConfig::CClientConfig() ColorShout = CRGBA(150,0,0,255); // Default Shout color. ColorTalk = CRGBA(255,255,255,255); // Default Talk color. - PreDataPath.push_back("data/gamedev/language/"); // Default Path for the language data +// PreDataPath.push_back("data/gamedev/language/"); // Default Path for the language data - DataPath.push_back("data/"); // Default Path for the Data. +// DataPath.push_back("data/"); // Default Path for the Data. // DataPath.push_back("data_leveldesign/"); // Default Path for the Level Design Directory. - DataPath.push_back("data_common/"); // Default Path for the Level Design Directory. +// DataPath.push_back("data_common/"); // Default Path for the Level Design Directory. DataPathNoRecurse.push_back("data_leveldesign/leveldesign/Game_Elem");