Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 2:01:15 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/spaceshipcontroll: completely working branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/player.cc

    r5881 r5883  
    6262
    6363void Player::setControllable(Playable* controllalble)
    64  {
     64{
    6565
    66    this->controllable = controllalble;
    67    this->controllable->subscribeEvents(this);
     66  this->controllable = controllalble;
     67  this->controllable->subscribeEvents(this);
    6868
    69  }
     69}
    7070
    7171
Note: See TracChangeset for help on using the changeset viewer.