Changeset 10023 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Dec 6, 2006, 4:47:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.h
r10022 r10023 89 89 short supportedPlaymodes; //!< What Playmodes are Supported in this Playable. 90 90 Playable::Playmode playmode; //!< The current playmode. 91 bool bSecFire;92 91 93 92 //ship atributes … … 135 134 bool bRollL; //!< rolling button pressed (left) 136 135 bool bRollR; //!< rolling button pressed (right) 136 bool bSecFire; //!< second fire button pressed 137 137 138 138 /*
Note: See TracChangeset
for help on using the changeset viewer.