foxygit / doom Log in
commit 7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3
Author:     Samuel Villareal <svkaiser@gmail.com>
AuthorDate: Tue Aug 31 02:15:22 2010 +0000
Commit:     Samuel Villareal <svkaiser@gmail.com>
CommitDate: Tue Aug 31 02:15:22 2010 +0000

    + Update to ticcmd struct

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 1982
---
 src/d_ticcmd.h | 7 +++++++
 1 file changed, 7 insertions(+)

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: