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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index e5e613a2..f090e928 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -1564,7 +1564,7 @@ void CG_AddNotifyText( void );
//
// cg_view.c
//
-void CG_addSmoothOp( vec3_t rotAxis, float rotAngle, float timeMod ); //TA
+void CG_addSmoothOp( vec3_t rotAxis, float rotAngle, float timeMod );
void CG_TestModel_f( void );
void CG_TestGun_f( void );
void CG_TestModelNextFrame_f( void );