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