summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSamuel Villareal2010-08-31 02:15:22 +0000
committerSamuel Villareal2010-08-31 02:15:22 +0000
commit7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3 (patch)
tree8ccf47b7de2bcee1b7e874c913d8049c6db026fd /src
parent5871acd3de5a88ea06d18f80a8f1dddc552e993e (diff)
downloadchocolate-doom-7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3.tar.gz
chocolate-doom-7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3.tar.bz2
chocolate-doom-7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3.zip
+ Update to ticcmd struct
Subversion-branch: /branches/strife-branch Subversion-revision: 1982
Diffstat (limited to 'src')
-rw-r--r--src/d_ticcmd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/d_ticcmd.h b/src/d_ticcmd.h
index b3651835..cb6156ad 100644
--- a/src/d_ticcmd.h
+++ b/src/d_ticcmd.h
@@ -44,7 +44,14 @@ typedef struct
short angleturn; // <<16 for angle delta
byte chatchar;
byte buttons;
+ // villsa [STRIFE] according to the asm,
+ // consistancy is a short, not a byte
byte consistancy; // checks for net game
+
+ // villsa - Strife specific:
+
+ byte buttons2;
+ int inventory;
// Heretic/Hexen specific: