Changeset 11328 for code/branches/SpaceRace_HS16/src/modules
- Timestamp:
- Dec 12, 2016, 2:17:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceController.cc
r11312 r11328 169 169 minNextRaceCheckPoint = nextRaceCheckPoint; 170 170 } 171 171 172 } 172 173 … … 307 308 //orxout()<< "CP "<< currentRaceCheckpoint_->getCheckpointIndex()<<" chanched to: "<< nextRaceCheckpoint_->getCheckpointIndex()<<endl; 308 309 } 310 309 311 else if ((lastPositionSpaceship-this->getControllableEntity()->getPosition()).length()/dt > ADJUSTDISTANCE) 310 312 {
Note: See TracChangeset
for help on using the changeset viewer.