From 022601c8da9392c1e1ca664a49f0bcc3597ee2d7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Dec 2011 11:04:44 +0100 Subject: [PATCH] make chase_active entity angles smooth --- qcsrc/csqcmodel/cl_player.qc | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.39.2