Changeset 8379 for code/branches/gameimmersion/src/orxonox/items
- Timestamp:
- May 2, 2011, 2:18:04 PM (14 years ago)
- Location:
- code/branches/gameimmersion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gameimmersion
- Property svn:mergeinfo changed
/code/branches/steering merged: 8223
- Property svn:mergeinfo changed
-
code/branches/gameimmersion/src/orxonox/items/Engine.cc
r8079 r8379 204 204 this->ship_->setAcceleration(this->ship_->getOrientation() * (acceleration*this->getSpeedMultiply()+Vector3(0,0,-this->getSpeedAdd()))); 205 205 206 if (!this->ship_->getPermanentBoost())207 this->ship_->setBoost(false);208 206 this->ship_->setSteeringDirection(Vector3::ZERO); 209 207
Note: See TracChangeset
for help on using the changeset viewer.