Changeset 6929 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Feb 1, 2006, 1:11:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6908 r6929 452 452 } 453 453 454 velocity += accel*time* 100;454 velocity += accel*time*50; 455 455 //rot.normalize(); 456 456 //this->setRelDirSoft(Quaternion(rotVal, rot), 5);
Note: See TracChangeset
for help on using the changeset viewer.