still fixing cg_view.c

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2013-08-14 00:09:33 +02:00
parent 3c05e86b9c
commit e196e5b30e

View file

@ -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] );