Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 9:29:45 PM (20 years ago)
Author:
patrick
Message:

trunk: merged network back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.h

    r6637 r6737  
    7272    Vector                velocity;           //!< the velocity of the player.
    7373    Quaternion            mouseDir;           //!< the direction where the player wants to fly
     74    Quaternion            oldMouseDir;        //!< the direction where the player wanted to fly
    7475    float                 shipInertia;        //!< the inertia of the ship(how fast the ship reacts to a mouse input)
    7576    Quaternion            rotQuat;
Note: See TracChangeset for help on using the changeset viewer.