Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 11, 2005, 5:45:27 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: loadParams and timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon_manager.h

    r4826 r4832  
    3333class Weapon;
    3434
    35 
     35#define    W_MAX_SLOTS       8
     36#define    W_MAX_CONFIGS     4
    3637
    3738//! this is an identifier for the weapon config
     
    5657//! this is a weapon Configuration: it has up to 8 slots
    5758typedef struct weaponConfig {
    58   bool           bUsed;                       //<! is set to true, if this configuration is
     59  bool           bUsed;                       //!< is set to true, if this configuration is
    5960  Weapon*        slots[8];
    6061};
Note: See TracChangeset for help on using the changeset viewer.