From 7931b1c8f3e3b1a10945dbd059c4dbfbd47eb6f3 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 31 Aug 2010 02:15:22 +0000 Subject: + Update to ticcmd struct Subversion-branch: /branches/strife-branch Subversion-revision: 1982 --- src/d_ticcmd.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') 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: -- cgit v1.2.3