From e196e5b30e1e4c9145989f9ced901ab8ec0e0127 Mon Sep 17 00:00:00 2001 From: Harry Young Date: Wed, 14 Aug 2013 00:09:33 +0200 Subject: [PATCH] still fixing cg_view.c Signed-off-by: Harry Young --- code/cgame/cg_view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cgame/cg_view.c b/code/cgame/cg_view.c index 587ee0d..069d639 100644 --- a/code/cgame/cg_view.c +++ b/code/cgame/cg_view.c @@ -448,7 +448,7 @@ static void CG_UpdateThirdPersonCameraDamp ( void ) { //If we need to do any damping at all if ( cg_thirdPersonCameraDamp.value != 0.0 ) { - float pitch,dampFactor; + float pitch; //get pitch, and make it all positive. Direction don't matter here pitch = Q_fabs( cameraFocusAngles[PITCH] );