X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=383f957a815c43339fef982f2787516eec225ce6;hp=f1112b33aa47fbb574dea670058a1ef191dca75c;hb=7e0864d035fea38e3127a0728909641536c1a99d;hpb=5c3c652b2dfd2191a415365a7931fc714ec2eacb diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index f1112b33aa..383f957a81 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -465,7 +465,7 @@ void CSQC_UpdateView(float w, float h) } // 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 || intermission > 1) { setproperty(VF_ORIGIN, freeze_org); setproperty(VF_ANGLES, freeze_ang);