Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2006, 4:47:06 PM (19 years ago)
Author:
marcscha
Message:

little modifications to swarm launcher

File:
1 edited

Legend:

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

    r10022 r10023  
    8989    short                 supportedPlaymodes; //!< What Playmodes are Supported in this Playable.
    9090    Playable::Playmode    playmode;           //!< The current playmode.
    91     bool                  bSecFire;
    9291
    9392    //ship atributes
     
    135134    bool                  bRollL;             //!< rolling button pressed (left)
    136135    bool                  bRollR;             //!< rolling button pressed (right)
     136    bool                  bSecFire;           //!< second fire button pressed
    137137
    138138    /*
Note: See TracChangeset for help on using the changeset viewer.