Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5751 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Nov 24, 2005, 1:14:06 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: really cool hack, to let the fighter fly up and down :)

File:
1 edited

Legend:

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

    r5750 r5751  
    371371  EventHandler::getInstance()->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_NEXT_WEAPON);
    372372  EventHandler::getInstance()->subscribe(this->localPlayer, ES_GAME, KeyMapper::PEV_PREVIOUS_WEAPON);
     373  EventHandler::getInstance()->subscribe(this->localPlayer, ES_GAME, SDLK_PAGEUP);
     374  EventHandler::getInstance()->subscribe(this->localPlayer, ES_GAME, SDLK_PAGEDOWN);
    373375
    374376  // bind camera
Note: See TracChangeset for help on using the changeset viewer.