Changeset 5883 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/player.cc
- Timestamp:
- Dec 3, 2005, 2:01:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/player.cc
r5881 r5883 62 62 63 63 void Player::setControllable(Playable* controllalble) 64 64 { 65 65 66 67 66 this->controllable = controllalble; 67 this->controllable->subscribeEvents(this); 68 68 69 69 } 70 70 71 71
Note: See TracChangeset
for help on using the changeset viewer.