Changeset 4832 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon_manager.h
- Timestamp:
- Jul 11, 2005, 5:45:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.h
r4826 r4832 33 33 class Weapon; 34 34 35 35 #define W_MAX_SLOTS 8 36 #define W_MAX_CONFIGS 4 36 37 37 38 //! this is an identifier for the weapon config … … 56 57 //! this is a weapon Configuration: it has up to 8 slots 57 58 typedef struct weaponConfig { 58 bool bUsed; // <!is set to true, if this configuration is59 bool bUsed; //!< is set to true, if this configuration is 59 60 Weapon* slots[8]; 60 61 };
Note: See TracChangeset
for help on using the changeset viewer.