Changeset 4059 in orxonox.OLD for orxonox/trunk/src/lib/gui
- Timestamp:
- May 5, 2005, 2:26:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/gui.cc
r4058 r4059 117 117 #endif /* HAVE_CURL */ 118 118 119 // case start-with-gui. 120 if (!access(exec->getConfigFile(), F_OK) && 121 static_cast<Option*>(orxonoxGUI->findWidgetByName("Always Show this Menu", 0))->value == 0) 122 GuiExec::startOrxonox(NULL, exec); 123 else 124 { 125 mainloopGUI(); 126 } 127 119 mainloopGUI(); 128 120 } 129 121
Note: See TracChangeset
for help on using the changeset viewer.