summaryrefslogtreecommitdiff
path: root/source/mvd_local.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-09-29 12:52:07 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-09-29 12:52:07 +0000
commit0da4cda7cf1a19b17c195a043880b0d0d1993c2e (patch)
tree8759ce5acecd183dc06898455b39ae32cb5d059f /source/mvd_local.h
parentcbe71bc9831ea939c86dae6a6ebbd92bdebf8fbf (diff)
Added `mvd_chase_prefix' cvar which specifies POV info string position on the screen.
Pressing `+movedown' cycles POVs backwards just like `+moveup' cycles forwards.
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r--source/mvd_local.h2
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 {