Changeset 5916 in orxonox.OLD
- Timestamp:
- Dec 4, 2005, 7:07:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r5912 r5916 286 286 if( this->bDown ) 287 287 { 288 this->shiftCoor( Vector()-this->getAbsDirX());288 this->shiftCoor((this->getAbsDirX())*-1); 289 289 //if(travelSpeed >= 10) travelSpeed -= 10; 290 290 }
Note: See TracChangeset
for help on using the changeset viewer.