diff options
-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: |