From 1b02716b661584dddb150e6346aeed3934be418a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 15 Sep 2001 18:45:39 +0000 Subject: Trapper tweaks --- src/cgame/cg_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 89ca9e80..90c4320a 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -669,6 +669,10 @@ typedef struct { vec3_t lastNormal; //TA: view smoothage vec3_t lastVangles; //TA: view smoothage smooth_t sList[ MAXSMOOTHS ]; //TA: WW smoothing + + int forwardMoveTime; //TA: for struggling + int rightMoveTime; + int upMoveTime; } cg_t; -- cgit