Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 4:09:01 PM (16 years ago)
Author:
adrfried
Message:

paths modified, orxonox runs out of the build directory

File:
1 edited

Legend:

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

    r1755 r2199  
    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.