summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index c987dd56..1f1fe409 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -389,6 +389,7 @@ typedef struct
typedef struct
{
float time;
+ float timeMod;
vec3_t rotAxis;
float rotAngle;
@@ -1468,7 +1469,7 @@ void CG_BuildSpectatorString( );
//
// cg_view.c
//
-void CG_addSmoothOp( vec3_t rotAxis, float rotAngle ); //TA
+void CG_addSmoothOp( vec3_t rotAxis, float rotAngle, float timeMod ); //TA
void CG_TestModel_f( void );
void CG_TestGun_f( void );
void CG_TestModelNextFrame_f( void );