summaryrefslogtreecommitdiff
path: root/src/strife/doomdef.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-08-31 03:33:46 +0000
committerSamuel Villareal2010-08-31 03:33:46 +0000
commit5e95f6d6b0515b0b853c89681516c955160c2ef9 (patch)
tree6f99a658dfb1b0124417b0cdeb27b8566c4ff146 /src/strife/doomdef.h
parentd91c6811001a66418757efed10ae9ff503a500be (diff)
downloadchocolate-doom-5e95f6d6b0515b0b853c89681516c955160c2ef9.tar.gz
chocolate-doom-5e95f6d6b0515b0b853c89681516c955160c2ef9.tar.bz2
chocolate-doom-5e95f6d6b0515b0b853c89681516c955160c2ef9.zip
+ Stripped out all doom states/sprites and added strife states/sprites.
All strife codepointers are set as placeholders + Strife weapons implemented + All state references commented out + All weapon references commented out Subversion-branch: /branches/strife-branch Subversion-revision: 1984
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,