Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7247 in orxonox.OLD for branches/preferences/src/orxonox.cc


Ignore:
Timestamp:
Mar 24, 2006, 6:24:41 PM (19 years ago)
Author:
rennerc
Message:

removed several iniParser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/orxonox.cc

    r7246 r7247  
    228228  GraphicsEngine::getInstance();
    229229
    230   GraphicsEngine::getInstance()->initFromIniFile(this->iniParser);
     230  GraphicsEngine::getInstance()->initFromPreferences();
    231231
    232232  std::string iconName = ResourceManager::getFullName("pictures/fighter-top-32x32.bmp");
     
    248248  SoundEngine::getInstance();
    249249
    250   SoundEngine::getInstance()->loadSettings(this->iniParser);
     250  SoundEngine::getInstance()->loadSettings();
    251251  SoundEngine::getInstance()->initAudio();
    252252  return 0;
     
    410410  prefs.parse(argc, argv);
    411411 
    412   Preferences::getInstance()->debug();
    413 
    414   assert(false);
     412  //Preferences::getInstance()->debug();
    415413 
    416414  int i;
Note: See TracChangeset for help on using the changeset viewer.