Changeset 5847 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/player.cc
- Timestamp:
- Dec 1, 2005, 4:38:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/player.cc
r5841 r5847 68 68 } 69 69 70 /** 71 * subscribe to all events because the player dosen't know to witch keys the controllable can react 72 */ 70 73 void Player::subscribeEvents() 71 74 { … … 78 81 } 79 82 83 80 84 void Player::setControllable(Playable controllalble) 81 85 { 82 86 this->controllable = controllable; 83 87 } 88 84 89 85 90
Note: See TracChangeset
for help on using the changeset viewer.