X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=996302ca322baf32875a115fa5f6f7282643958d;hp=46d116cbd74dd0d8e572973621a75e35164766e6;hb=fcbf9538330960b989dbe84e7188349d7e8b109f;hpb=77c8f18d6cf54ac0c0b1e426ac79842e7f593c80 diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 46d116cbd..996302ca3 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -473,9 +473,9 @@ void CSQC_UpdateView(float w, float h) eventchase_current_distance = 0; // start from 0 next time } } - + // do lockview after event chase camera so that it still applies whenever necessary. - if(autocvar_cl_lockview || (autocvar__hud_configure && spectatee_status <= 0) || intermission > 1) + if(autocvar_cl_lockview) { setproperty(VF_ORIGIN, freeze_org); setproperty(VF_ANGLES, freeze_ang);