Changeset 6896 in orxonox.OLD for branches/network/src/world_entities/space_ships
- Timestamp:
- Jan 31, 2006, 2:55:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6895 r6896 451 451 } 452 452 453 velocity += accel ;453 velocity += accel*time*100; 454 454 //rot.normalize(); 455 455 //this->setRelDirSoft(Quaternion(rotVal, rot), 5);
Note: See TracChangeset
for help on using the changeset viewer.