diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index ad7404df..def97d26 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -313,6 +313,17 @@ typedef enum typedef enum { + WPM_NONE, + + WPM_PRIMARY, + WPM_SECONDARY, + WPM_TERTIARY, + + WPM_NUM_WEAPONMODES +} weaponMode_t; + +typedef enum +{ WP_NONE, WP_VENOM, |