Changeset 5093 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Aug 21, 2005, 11:17:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/game_loader.cc
r4885 r5093 78 78 79 79 this->eventHandler = EventHandler::getInstance(); 80 this->eventHandler->subscribe(this, ES_ ALL, KeyMapper::PEV_PAUSE);80 this->eventHandler->subscribe(this, ES_GAME, KeyMapper::PEV_PAUSE); 81 81 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); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.