Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2008, 7:56:40 PM (16 years ago)
Author:
scheusso
Message:

use the new media path now

File:
1 edited

Legend:

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

    r1949 r2011  
    6262    void Settings::setConfigValues()
    6363    {
    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);
    6565    }
    6666
Note: See TracChangeset for help on using the changeset viewer.