Changeset 7247 in orxonox.OLD for branches/preferences/src/orxonox.cc
- Timestamp:
- Mar 24, 2006, 6:24:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/orxonox.cc
r7246 r7247 228 228 GraphicsEngine::getInstance(); 229 229 230 GraphicsEngine::getInstance()->initFrom IniFile(this->iniParser);230 GraphicsEngine::getInstance()->initFromPreferences(); 231 231 232 232 std::string iconName = ResourceManager::getFullName("pictures/fighter-top-32x32.bmp"); … … 248 248 SoundEngine::getInstance(); 249 249 250 SoundEngine::getInstance()->loadSettings( this->iniParser);250 SoundEngine::getInstance()->loadSettings(); 251 251 SoundEngine::getInstance()->initAudio(); 252 252 return 0; … … 410 410 prefs.parse(argc, argv); 411 411 412 Preferences::getInstance()->debug(); 413 414 assert(false); 412 //Preferences::getInstance()->debug(); 415 413 416 414 int i;
Note: See TracChangeset
for help on using the changeset viewer.