Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9082 in orxonox.OLD


Ignore:
Timestamp:
Jul 4, 2006, 1:16:01 AM (18 years ago)
Author:
bensch
Message:

less compile bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/subprojects/framework.cc

    r9068 r9082  
    3434  LightManager::getInstance();
    3535
    36   std::string dataPath = //Preferences::getInstance()->getString(CONFIG_SECTION_DATA, CONFIG_NAME_DATADIR, "");
     36  std::string dataPath = //Preferences::getInstance()->getString(CONFIG_SECTION_GENERAL, CONFIG_NAME_DATADIR, "");
    3737      "/home/boenzlip/orxonox/data/trunk/";
    3838  printf("%s\n", dataPath.c_str());
     
    5252    ResourceManager::getInstance()->getDataDir().c_str(),
    5353    DEFAULT_CONFIG_FILE,
    54     CONFIG_SECTION_DATA,
     54    CONFIG_SECTION_GENERAL,
    5555    CONFIG_NAME_DATADIR);
    5656    exit(-1);
Note: See TracChangeset for help on using the changeset viewer.