summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-03 11:44:32 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:17 +0000
commitb7723d58b1eac3cd7a542f55de8f361d84eaf45c (patch)
tree4466675cbbdffea9a197be5c0c1c68d8c649c22d /src/cgame
parent6423db17d25884730ec3d8d87c6e4f17b7ae1f84 (diff)
* Remove some inappropriate change markers from the beginning of time
Diffstat (limited to 'src/cgame')
-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 );