Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9110 in orxonox.OLD for trunk/src/subprojects/framework.cc


Ignore:
Timestamp:
Jul 4, 2006, 11:18:41 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Presentation back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/subprojects/framework.cc

    r7711 r9110  
    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);
     
    317317  delete GraphicsEngine::getInstance();
    318318
     319  Framework::singletonRef = NULL;
    319320}
    320321
Note: See TracChangeset for help on using the changeset viewer.