Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2005, 10:54:34 PM (18 years ago)
Author:
snellen
Message:

space_ship.cc updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h

    r5966 r6030  
    5757    bool                  bRollL;             //!< rolling button pressed (left)
    5858    bool                  bRollR;             //!< rolling button pressed (right)
    59    
     59
    6060    float                 xMouse;             //!< mouse moved in x-Direction
    6161    float                 yMouse;             //!< mouse moved in y-Direction
     
    6868    float                 acceleration;       //!< the acceleration of the player.
    6969
     70    float                 airViscosity;
     71
    7072};
    7173
Note: See TracChangeset for help on using the changeset viewer.