X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Flib%2Fcsqcmodel%2Fcl_player.qc;h=04a3c2b74072e5391a198224b5a33a7658672e99;hp=a7937c317f84e0f2fb7392789429dab06c2e70c5;hb=5135af77c8666e85e6fa2e5664e7f53e09690b0d;hpb=d8823865b2f81849f95502962b7ef2a652118540 diff --git a/qcsrc/lib/csqcmodel/cl_player.qc b/qcsrc/lib/csqcmodel/cl_player.qc index a7937c317f..04a3c2b740 100644 --- a/qcsrc/lib/csqcmodel/cl_player.qc +++ b/qcsrc/lib/csqcmodel/cl_player.qc @@ -502,7 +502,7 @@ void CSQCPlayer_CalcRefdef(entity this) setproperty(VF_ANGLES, view_angles); } -bool autocvar_cl_useenginerefdef = true; +bool autocvar_cl_useenginerefdef = false; /** Called once per CSQC_UpdateView() */ void CSQCPlayer_SetCamera()