Changeset 6854 in orxonox.OLD for trunk/src/util/loading/game_loader.cc
- Timestamp:
- Jan 30, 2006, 3:51:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/game_loader.cc
r6424 r6854 73 73 this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PAUSE); 74 74 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); 76 76 this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_NEXT_WORLD); 77 77 this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PREVIOUS_WORLD);
Note: See TracChangeset
for help on using the changeset viewer.