Changeset 2489 for code/branches/presentation/src/orxonox/objects/items
- Timestamp:
- Dec 16, 2008, 8:12:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/items/Engine.cc
r2488 r2489 192 192 } 193 193 194 this->ship_->setAcceleration( acceleration);194 this->ship_->setAcceleration(this->ship_->getOrientation() * acceleration); 195 195 196 196 this->ship_->setBoost(false);
Note: See TracChangeset
for help on using the changeset viewer.