summaryrefslogtreecommitdiff
path: root/src/strife/d_items.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-17 01:42:59 +0000
committerSamuel Villareal2010-09-17 01:42:59 +0000
commit96736b3926e90e09ad6f42e1ba9fcbdecccc7180 (patch)
treeaa18489cf5c84bea3711b05b3f6373f470a1542d /src/strife/d_items.h
parent9c7d3ca93d47193d16f51290757cd9ace1d5581c (diff)
downloadchocolate-doom-96736b3926e90e09ad6f42e1ba9fcbdecccc7180.tar.gz
chocolate-doom-96736b3926e90e09ad6f42e1ba9fcbdecccc7180.tar.bz2
chocolate-doom-96736b3926e90e09ad6f42e1ba9fcbdecccc7180.zip
+ P_PlayerThink and P_DeathThink done
+ weaponinfo's unknown 1 identified as availabledemo Subversion-branch: /branches/strife-branch Subversion-revision: 2095
Diffstat (limited to 'src/strife/d_items.h')
-rw-r--r--src/strife/d_items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/d_items.h b/src/strife/d_items.h
index 77105468..91731982 100644
--- a/src/strife/d_items.h
+++ b/src/strife/d_items.h
@@ -41,7 +41,7 @@ typedef struct
int readystate;
int atkstate;
int flashstate;
- boolean unknown; // villsa [STRIFE] TODO - identify unknown variable
+ boolean availabledemo; // villsa [STRIFE]
} weaponinfo_t;