mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Changed: don't add the "data" directory 2 times
This commit is contained in:
parent
b00895ae02
commit
a28f31f33a
1 changed files with 3 additions and 3 deletions
|
@ -409,11 +409,11 @@ CClientConfig::CClientConfig()
|
||||||
ColorShout = CRGBA(150,0,0,255); // Default Shout color.
|
ColorShout = CRGBA(150,0,0,255); // Default Shout color.
|
||||||
ColorTalk = CRGBA(255,255,255,255); // Default Talk 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_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");
|
DataPathNoRecurse.push_back("data_leveldesign/leveldesign/Game_Elem");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue