Changeset 4412 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 31, 2005, 1:05:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4410 r4412 426 426 this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_LEFT); 427 427 this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_RIGHT); 428 this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_FIRE1); 429 this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_NEXT_WEAPON); 430 this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_PREVIOUS_WEAPON); 428 431 429 432 // bind camera
Note: See TracChangeset
for help on using the changeset viewer.