Changeset 6940 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Feb 1, 2006, 2:55:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6937 r6940 473 473 } 474 474 475 velocity += accel*time* 25;475 velocity += accel*time*10; 476 476 //rot.normalize(); 477 477 //this->setRelDirSoft(Quaternion(rotVal, rot), 5);
Note: See TracChangeset
for help on using the changeset viewer.