Changeset 2199 for code/branches/buildsystem/src/orxonox
- Timestamp:
- Nov 12, 2008, 4:09:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/orxonox/Settings.cc
r1755 r2199 64 64 void Settings::setConfigValues() 65 65 { 66 SetConfigValue(dataPath_, "../../ Media/").description("Relative path to the game data.").callback(this, &Settings::dataPathChanged);66 SetConfigValue(dataPath_, "../../../Media/").description("Relative path to the game data.").callback(this, &Settings::dataPathChanged); 67 67 } 68 68
Note: See TracChangeset
for help on using the changeset viewer.