Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 8:06:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: parsing argv's works now. But no events can be handled, like gui-quit, autoupdate and so on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui.cc

    r3292 r3295  
    101101  exec->setFilename ("~/.orxonox.conf");
    102102  exec->readFromFile (orxonoxGUI);
     103  for (int optCount = 1; optCount < argc; optCount++)
     104    orxonoxGUI->walkThrough(Widget::flagCheck, argv[optCount], 0);
    103105
    104106  orxonoxGUI->showall ();
Note: See TracChangeset for help on using the changeset viewer.