Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3585 in orxonox.OLD for orxonox/trunk/src/world_entities/player.h


Ignore:
Timestamp:
Mar 16, 2005, 11:59:51 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: player now implements weapon change and fire

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.h

    r3584 r3585  
    4343  bool bDescend;         //!< descend button presses.
    4444  bool bFire;            //!< fire button pressed.
    45   bool bWeaponChange;     //!< weapon change button pressed
     45  bool bWeaponChange;    //!< weapon change button pressed
    4646
    4747  tList<Weapon>* weapons;//!< a list of weapon
     48  Weapon* activeWeapon;  //!< the weapon that is currenty activated
    4849
    4950  Vector velocity;       //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.