From 6c135ad4fd52569b0e74b47f14ebc86af7f59f50 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 20 Dec 2011 22:37:59 +0100 Subject: [PATCH] fix vehicles --- qcsrc/csqcmodel/cl_player.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/csqcmodel/cl_player.qc b/qcsrc/csqcmodel/cl_player.qc index 5532a5273..f94589b15 100644 --- a/qcsrc/csqcmodel/cl_player.qc +++ b/qcsrc/csqcmodel/cl_player.qc @@ -254,8 +254,8 @@ void CSQCPlayer_SetCamera() } else { - // no setup, keep engine provided values - // to support a legacy entity being the view + setproperty(VF_ORIGIN, pmove_org + '0 0 1' * getstati(STAT_VIEWHEIGHT)); + setproperty(VF_ANGLES, input_angles); } { CSQCPLAYER_HOOK_POSTCAMERASETUP } -- 2.39.2