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.h

    r4831 r4832  
    2222#include "world_entity.h"
    2323
    24 #define W_MAX_SLOTS 8
    25 #define W_MAX_CONFIGS 4
    26 
    27 
    2824// FORWARD DECLARATION
    2925class Projectile;
     
    4238  WA_SPECIAL1      =    6,    //!< Special Action taken
    4339
    44   WA_ACTION_COUNT  =    6     //!< This must match the count of enumerations (without W_NONE)
     40  WA_ACTION_COUNT  =    7     //!< This must match the count of enumerations-members.
    4541} WeaponActions;
    4642
     
    5551  WS_IDLE          =    7,    //!< The State where the weapon is idle
    5652
    57   WS_STATE_COUNT  =    7     //!< This must match the count of the enumerations (without W_NONE)
     53  WS_STATE_COUNT  =     8      //!< This must match the count of the enumerations-members.
    5854} WeaponState;
    5955
Note: See TracChangeset for help on using the changeset viewer.