Changeset 2011 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 25, 2008, 7:56:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/Settings.cc
r1949 r2011 62 62 void Settings::setConfigValues() 63 63 { 64 SetConfigValue(dataPath_, "../../ Media/").description("Relative path to the game data.").callback(this, &Settings::dataPathChanged);64 SetConfigValue(dataPath_, "../../media/").description("Relative path to the game data.").callback(this, &Settings::dataPathChanged); 65 65 } 66 66
Note: See TracChangeset
for help on using the changeset viewer.