summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 2b723421..69a44072 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -149,12 +149,17 @@ typedef enum
#define PMF_ALL_TIMES (PMF_TIME_WATERJUMP|PMF_TIME_LAND|PMF_TIME_KNOCKBACK|PMF_TIME_WALLJUMP)
+typedef struct
+{
+ int pouncePayload;
+} pmoveExt_t;
+
#define MAXTOUCH 32
typedef struct
{
// state (in / out)
playerState_t *ps;
-
+ pmoveExt_t *pmext;
// command (in)
usercmd_t cmd;
int tracemask; // collide against these types of surfaces