Changeset 6467 for code/branches/pickup3/src/orxonox
- Timestamp:
- Mar 4, 2010, 12:11:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/orxonox/items/Engine.cc
r6419 r6467 194 194 } 195 195 196 //TODO: Remove.197 //this->ship_->setAcceleration(this->ship_->getPickups().processModifiers(ModifierType::Acceleration, this->ship_->getOrientation() * acceleration, false));196 //TODO: Correct? 197 this->ship_->setAcceleration(this->ship_->getOrientation() * acceleration); 198 198 199 199 if (!this->ship_->getPermanentBoost())
Note: See TracChangeset
for help on using the changeset viewer.