Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7547 in orxonox.OLD for branches/qt_gui/src/orxonox.cc


Ignore:
Timestamp:
May 6, 2006, 9:52:07 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more gui-implementation

File:
1 edited

Legend:

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

    r7479 r7547  
    500500    gui->startGui();
    501501
    502 //    if (!gui->startOrxonox)
    503 //      return 0;
     502    if (gui->getState() & OrxGui::Gui::Quitting)
     503      return 0;
    504504
    505505    delete gui;
Note: See TracChangeset for help on using the changeset viewer.