Changeset 6723 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Jan 25, 2006, 5:25:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r6692 r6723 367 367 //this->shiftCoor((this->getAbsDirX())*-1); 368 368 //accel -= (this->getAbsDirX())*2; 369 //if(velocity.len() > 50) 369 370 accel -= (this->getAbsDirX())*0.5*acceleration; 371 372 373 370 374 } 371 375
Note: See TracChangeset
for help on using the changeset viewer.