mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: don't add the "data" directory 2 times
This commit is contained in:
parent
3acf3e7de8
commit
48ef8b4fdd
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue