Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5093 in orxonox.OLD for trunk/src/util/loading


Ignore:
Timestamp:
Aug 21, 2005, 11:17:50 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: inputLine is working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/game_loader.cc

    r4885 r5093  
    7878
    7979  this->eventHandler = EventHandler::getInstance();
    80   this->eventHandler->subscribe(this, ES_ALL, KeyMapper::PEV_PAUSE);
     80  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PAUSE);
    8181  this->eventHandler->subscribe(this, ES_ALL, KeyMapper::PEV_QUIT);
    82   this->eventHandler->subscribe(this, ES_ALL, KeyMapper::PEV_NEXT_WORLD);
    83   this->eventHandler->subscribe(this, ES_ALL, KeyMapper::PEV_PREVIOUS_WORLD);
     82  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_NEXT_WORLD);
     83  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PREVIOUS_WORLD);
    8484}
    8585
Note: See TracChangeset for help on using the changeset viewer.