]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
missed one op
authorMartin Taibr <taibr.martin@gmail.com>
Tue, 8 Oct 2019 19:14:20 +0000 (21:14 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Tue, 8 Oct 2019 19:14:20 +0000 (21:14 +0200)
qcsrc/client/view.qc

index 96ed6fc0537182a607f1305f4589ac552beb5b42..71b45b9057d1ff705fe50c5320c062a12e85d3d0 100644 (file)
@@ -1794,7 +1794,7 @@ void CSQC_UpdateView(entity this, float w, float h)
        LABEL(skip_eventchase_death);
 
        // do lockview after event chase camera so that it still applies whenever necessary.
-       if(autocvar_cl_lockview || (!autocvar_hud_cursormode && (autocvar__hud_configure && spectatee_status <= 0 || intermission > 1 || QuickMenu_IsOpened())))
+       if(autocvar_cl_lockview || (!autocvar_hud_cursormode && ((autocvar__hud_configure && spectatee_status <= 0) || intermission > 1 || QuickMenu_IsOpened())))
        {
                setproperty(VF_ORIGIN, freeze_org);
                setproperty(VF_ANGLES, freeze_ang);