Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6854 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Jan 30, 2006, 3:51:42 AM (18 years ago)
Author:
patrick
Message:

trunk: the menu now works

File:
1 edited

Legend:

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

    r6424 r6854  
    7373  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PAUSE);
    7474  this->eventHandler->subscribe(this, ES_ALL, EV_MAIN_QUIT);          //< External Quit Event
    75   this->eventHandler->subscribe(this, ES_ALL, KeyMapper::PEV_QUIT);
     75  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_QUIT);
    7676  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_NEXT_WORLD);
    7777  this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PREVIOUS_WORLD);
Note: See TracChangeset for help on using the changeset viewer.