Changeset 7866 in orxonox.OLD for branches/gui/src/world_entities/player.cc
- Timestamp:
- May 26, 2006, 1:11:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/world_entities/player.cc
r7337 r7866 40 40 this->hud.show(); 41 41 42 EventHandler::getInstance()->subscribe(this,ES_GAME, KeyMapper::PEV_CHANGE_SHIP);42 this->subscribeEvent(ES_GAME, KeyMapper::PEV_CHANGE_SHIP); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.