Changeset 2900 for code/branches/pickups/src/orxonox/objects/items
- Timestamp:
- Apr 6, 2009, 3:53:50 PM (16 years ago)
- Location:
- code/branches/pickups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickups
-
Property
svn:ignore
set to
build
dependencies
-
Property
svn:ignore
set to
-
code/branches/pickups/src/orxonox/objects/items/Engine.cc
r2662 r2900 192 192 } 193 193 194 this->ship_->setAcceleration(this->ship_->get Orientation() * acceleration);194 this->ship_->setAcceleration(this->ship_->getPickups().processModifiers(ModifierType::Acceleration, this->ship_->getOrientation() * acceleration, false)); 195 195 196 196 if (!this->ship_->getPermanentBoost())
Note: See TracChangeset
for help on using the changeset viewer.