Changeset 4405 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 30, 2005, 6:36:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4397 r4405 62 62 63 63 #include "projectile.h" 64 #include "event_handler.h" 64 65 65 66 using namespace std; … … 418 419 Orxonox *orx = Orxonox::getInstance (); 419 420 orx->getLocalInput()->bind (localPlayer); 421 422 EventHandler::getInstance()->subscribe(this->localPlayer, ES_ALL, KeyMapper::PEV_UP); 420 423 421 424 // bind camera
Note: See TracChangeset
for help on using the changeset viewer.