From: Rudolf Polzer Date: Wed, 21 Dec 2011 09:14:36 +0000 (+0100) Subject: use view_angles, should be better compat X-Git-Tag: xonotic-v0.6.0~74^2~86 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f78fda82d00e40e5c87f8afa7a5f036826f0610e;p=xonotic%2Fxonotic-data.pk3dir.git use view_angles, should be better compat --- diff --git a/qcsrc/csqcmodel/cl_player.qc b/qcsrc/csqcmodel/cl_player.qc index f94589b15..de168f323 100644 --- a/qcsrc/csqcmodel/cl_player.qc +++ b/qcsrc/csqcmodel/cl_player.qc @@ -255,7 +255,7 @@ void CSQCPlayer_SetCamera() else { setproperty(VF_ORIGIN, pmove_org + '0 0 1' * getstati(STAT_VIEWHEIGHT)); - setproperty(VF_ANGLES, input_angles); + setproperty(VF_ANGLES, view_angles); } { CSQCPLAYER_HOOK_POSTCAMERASETUP }