Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2016, 4:06:13 PM (7 years ago)
Author:
bberabi
Message:

blabla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceController.cc

    r11246 r11303  
    380380        //orxout(user_status) << "dt= " << dt << ";  distance= " << (lastPositionSpaceship-this->getControllableEntity()->getPosition()).length() <<std::endl;
    381381        lastPositionSpaceship = this->getControllableEntity()->getPosition();
     382       
     383this->boostControl();
    382384        this->moveToPosition(nextRaceCheckpoint_->getPosition());
    383385    }
Note: See TracChangeset for help on using the changeset viewer.