Changeset 8750 in orxonox.OLD for trunk/src/orxonox.cc
- Timestamp:
- Jun 23, 2006, 5:28:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r8749 r8750 348 348 OrxGui::Gui* gui = new OrxGui::QtGuiDataDirFallback(argc, argv); 349 349 gui->startGui(); 350 if (gui->getState() == OrxGui::Gui::Quitting) 351 return(-1); 350 352 delete gui; 351 353 ResourceManager::getInstance()->setDataDir(Preferences::getInstance()->getString(CONFIG_SECTION_GENERAL, CONFIG_NAME_DATADIR, ""));
Note: See TracChangeset
for help on using the changeset viewer.