Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 3:14:00 PM (18 years ago)
Author:
snellen
Message:

playable.cc and space_ship.cc updated

File:
1 edited

Legend:

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

    r6222 r6234  
    9595         if (this->controllable != (*node) && (dynamic_cast<PNode*>(*node)->getAbsCoor() - this->controllable->getAbsCoor()).len() < 10.0)
    9696       {
    97          this->controllable->leave();
     97 
    9898         this->disconnectControllable();
    9999         this->setControllable(dynamic_cast<Playable*>(*node));
    100          this->controllable->enter();
    101          State::getCamera()->setParentSoft(this->controllable);
    102          State::getCameraTarget()->setParentSoft(this->controllable);
    103100
    104101         break;
Note: See TracChangeset for help on using the changeset viewer.