diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index 8af34fb..d96779b 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -96,7 +96,7 @@ typedef struct { usercmd_t lastcmd; //short delta_angles[3]; - qboolean jump_held; + int jump_held; } udpClient_t; typedef struct mvd_s { |