Changeset 5852 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities
- Timestamp:
- Dec 1, 2005, 5:17:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/player.cc
r5850 r5852 26 26 using namespace std; 27 27 28 CREATE_FACTORY(Player, CL_PLAYER);29 28 30 29 /** … … 77 76 78 77 79 void Player::setControllable(Playable controllalble)78 void Player::setControllable(Playable* controllalble) 80 79 { 81 80 this->controllable = controllable;
Note: See TracChangeset
for help on using the changeset viewer.