shithub: choc

Download patch

ref: 7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3
parent: 5871acd3de5a88ea06d18f80a8f1dddc552e993e
author: Samuel Villareal <svkaiser@gmail.com>
date: Mon Aug 30 22:15:22 EDT 2010

+ Update to ticcmd struct

Subversion-branch: /branches/strife-branch
Subversion-revision: 1982

--- a/src/d_ticcmd.h
+++ b/src/d_ticcmd.h
@@ -44,7 +44,14 @@
     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: