Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2224


Ignore:
Timestamp:
Nov 19, 2008, 3:52:58 PM (15 years ago)
Author:
adrfried
Message:

media path changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/src/orxonox/Settings.cc

    r2199 r2224  
    6464    void Settings::setConfigValues()
    6565    {
    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);
    6767    }
    6868
Note: See TracChangeset for help on using the changeset viewer.