diff options
author | Tim Angus <tim@ngus.net> | 2001-09-15 18:45:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-15 18:45:39 +0000 |
commit | 1b02716b661584dddb150e6346aeed3934be418a (patch) | |
tree | 1733f8765c68cc1f28041fa4c86e828fab39b71c /src/cgame/cg_local.h | |
parent | cab6cb5c4a989b11e6f45b74f87d84a961235984 (diff) |
Trapper tweaks
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |