From: Rudolf Polzer Date: Tue, 20 Dec 2011 21:37:59 +0000 (+0100) Subject: fix vehicles X-Git-Tag: xonotic-v0.6.0~74^2~90 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c135ad4fd52569b0e74b47f14ebc86af7f59f50;p=xonotic%2Fxonotic-data.pk3dir.git fix vehicles --- 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 }