Changeset 3073 for code/trunk/src/orxonox/objects/items
- Timestamp:
- May 25, 2009, 8:30:15 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 1 build 2 2 codeblocks 3 dependencies
-
- Property svn:mergeinfo changed
/code/branches/pickups merged: 2828,2831,2864,2900 /code/branches/pickups2 merged: 2916-2917,2972,3001,3016,3040-3042,3046,3063
- Property svn:ignore
-
code/trunk/src/orxonox/objects/items/Engine.cc
r3060 r3073 200 200 } 201 201 202 this->ship_->setAcceleration(this->ship_->get Orientation() * acceleration);202 this->ship_->setAcceleration(this->ship_->getPickups().processModifiers(ModifierType::Acceleration, this->ship_->getOrientation() * acceleration, false)); 203 203 204 204 if (!this->ship_->getPermanentBoost())
Note: See TracChangeset
for help on using the changeset viewer.