Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4412 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
May 31, 2005, 1:05:26 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: now shooting and weapon change work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4410 r4412  
    426426  this->eventHandler->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_LEFT);
    427427  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);
    428431 
    429432  // bind camera
Note: See TracChangeset for help on using the changeset viewer.