- Timestamp:
- Dec 10, 2005, 10:20:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r6027 r6028 272 272 //orient the spaceship model in the direction of movement. 273 273 travelSpeed = velocity.len(); 274 velocity += this->getAbsDirX();274 velocity += (this->getAbsDirX())*10; 275 275 velocity = (velocity.getNormalized())*travelSpeed; 276 276
Note: See TracChangeset
for help on using the changeset viewer.