Changeset 6540 for code/trunk/src/orxonox/items
- Timestamp:
- Mar 16, 2010, 9:35:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/items/Engine.cc
r6524 r6540 35 35 #include "Scene.h" 36 36 #include "worldentities/pawns/SpaceShip.h" 37 //TODO: Remove.38 //#include "pickup/ModifierType.h"39 37 #include "tools/Shader.h" 40 38 … … 194 192 } 195 193 196 //TODO: Correct?197 194 this->ship_->setAcceleration(this->ship_->getOrientation() * acceleration); 198 195
Note: See TracChangeset
for help on using the changeset viewer.