Changeset 6791 in orxonox.OLD for branches/network
- Timestamp:
- Jan 27, 2006, 1:22:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.h
r6790 r6791 72 72 73 73 Vector velocity; //!< the velocity of the player. 74 Vec otr oldVelocity; //!< the velocity the player had last synced74 Vector oldVelocity; //!< the velocity the player had last synced 75 75 Quaternion mouseDir; //!< the direction where the player wants to fly 76 76 Quaternion oldMouseDir; //!< the direction where the player wanted to fly
Note: See TracChangeset
for help on using the changeset viewer.