Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4407 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
May 31, 2005, 12:04:15 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: event management now runs with new event-handler: no chance to kill current game without killall…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4405 r4407  
    964964{
    965965  // localinput
    966   CommandNode* cn = Orxonox::getInstance()->getLocalInput();
    967   cn->process();
     966  //CommandNode* cn = Orxonox::getInstance()->getLocalInput();
     967  //cn->process();
     968
     969  EventHandler::getInstance()->process();
     970
    968971  // remoteinput
    969972}
Note: See TracChangeset for help on using the changeset viewer.