From 5e95f6d6b0515b0b853c89681516c955160c2ef9 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 31 Aug 2010 03:33:46 +0000 Subject: + 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 --- src/strife/doomdef.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'src/strife/doomdef.h') 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, -- cgit v1.2.3