Turn down the camera roll a litte.

This commit is contained in:
Marco Cawthorne 2019-09-05 03:46:39 +02:00
parent 5aa167d4af
commit cf795010b9

View file

@ -115,7 +115,7 @@ View_CalcRoll(void)
makevectors(view_angles);
roll = dotproduct(pSeat->vPlayerVelocity, v_right);
roll *= 0.02f;
roll *= 0.015f;
return autocvar_v_camroll ? roll : 0;
}