From: Martin Taibr Date: Tue, 8 Oct 2019 19:14:20 +0000 (+0200) Subject: missed one op X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=07ea309a2da6f7d83771cf69aad4f67ee18c76e7;p=xonotic%2Fxonotic-data.pk3dir.git missed one op --- diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 96ed6fc05..71b45b905 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -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);