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