From: Rudolf Polzer Date: Fri, 2 Dec 2011 10:04:44 +0000 (+0100) Subject: make chase_active entity angles smooth X-Git-Tag: xonotic-v0.6.0~74^2~100^2~25 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=022601c8da9392c1e1ca664a49f0bcc3597ee2d7;p=xonotic%2Fxonotic-data.pk3dir.git make chase_active entity angles smooth --- diff --git a/qcsrc/csqcmodel/cl_player.qc b/qcsrc/csqcmodel/cl_player.qc index 64ac42c0d..1a4911a9b 100644 --- a/qcsrc/csqcmodel/cl_player.qc +++ b/qcsrc/csqcmodel/cl_player.qc @@ -211,6 +211,7 @@ void CSQCPlayer_SetCamera() } else setproperty(VF_ORIGIN, self.origin + self.view_ofs); + self.angles_y = getproperty(VF_ANGLES_Y); { CSQCPLAYER_HOOK_POSTCAMERASETUP }