summaryrefslogtreecommitdiff
path: root/src/strife/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/doomdef.h')
-rw-r--r--src/strife/doomdef.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/strife/doomdef.h b/src/strife/doomdef.h
index 0d9daa6d..ffdcc02e 100644
--- a/src/strife/doomdef.h
+++ b/src/strife/doomdef.h
@@ -109,17 +109,20 @@ typedef enum
// The defined weapons,
// including a marker indicating
// user has not changed weapon.
+// villsa [STRIFE]
typedef enum
{
wp_fist,
- wp_pistol,
- wp_shotgun,
- wp_chaingun,
+ wp_elecbow,
+ wp_rifle,
wp_missile,
- wp_plasma,
- wp_bfg,
- wp_chainsaw,
- wp_supershotgun,
+ wp_hegrenade,
+ wp_flame,
+ wp_mauler,
+ wp_sigil,
+ wp_poisonbow,
+ wp_wpgrenade,
+ wp_torpedo,
NUMWEAPONS,