From b7723d58b1eac3cd7a542f55de8f361d84eaf45c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:44:32 +0000 Subject: * Remove some inappropriate change markers from the beginning of time --- src/cgame/cg_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgame') 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 ); -- cgit