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/d_items.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/d_items.h') diff --git a/src/strife/d_items.h b/src/strife/d_items.h index ffc34582..77105468 100644 --- a/src/strife/d_items.h +++ b/src/strife/d_items.h @@ -41,6 +41,7 @@ typedef struct int readystate; int atkstate; int flashstate; + boolean unknown; // villsa [STRIFE] TODO - identify unknown variable } weaponinfo_t; -- cgit v1.2.3