Merge branch 'opfor' into opforfixed

This commit is contained in:
Andrey Akhmichin 2022-09-23 04:43:15 +05:00
commit 54a9732003
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ void V_CalcNormalRefdef( struct ref_params_s *pparams )
// Apply this at all times
{
float pitch = camAngles[0];
float pitch = pparams->viewangles[0];
// Normalize angles
if( pitch > 180.0f )