diff options
author | Samuel Villareal | 2010-08-31 02:15:22 +0000 |
---|---|---|
committer | Samuel Villareal | 2010-08-31 02:15:22 +0000 |
commit | 7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3 (patch) | |
tree | 8ccf47b7de2bcee1b7e874c913d8049c6db026fd | |
parent | 5871acd3de5a88ea06d18f80a8f1dddc552e993e (diff) | |
download | chocolate-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
-rw-r--r-- | src/d_ticcmd.h | 7 |
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: |