Changeset 11303 for code/branches/SpaceRace_HS16/src
- Timestamp:
- Nov 21, 2016, 4:06:13 PM (8 years ago)
- Location:
- code/branches/SpaceRace_HS16/src/modules/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRace.cc
r11284 r11303 220 220 for (unsigned int i = 0; i < amount; ++i) 221 221 this->botclass_.fabricate(this->getContext()); 222 } 223 222 223 224 225 226 } 224 227 225 228 -
code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceController.cc
r11246 r11303 380 380 //orxout(user_status) << "dt= " << dt << "; distance= " << (lastPositionSpaceship-this->getControllableEntity()->getPosition()).length() <<std::endl; 381 381 lastPositionSpaceship = this->getControllableEntity()->getPosition(); 382 383 this->boostControl(); 382 384 this->moveToPosition(nextRaceCheckpoint_->getPosition()); 383 385 }
Note: See TracChangeset
for help on using the changeset viewer.