Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6467


Ignore:
Timestamp:
Mar 4, 2010, 12:11:21 PM (14 years ago)
Author:
dafrick
Message:

Steering works now. The lesson is: Don't comment out stuff you don't understand. ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/orxonox/items/Engine.cc

    r6419 r6467  
    194194        }
    195195
    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);
    198198
    199199        if (!this->ship_->getPermanentBoost())
Note: See TracChangeset for help on using the changeset viewer.