]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
use view_angles, should be better compat
authorRudolf Polzer <divverent@alientrap.org>
Wed, 21 Dec 2011 09:14:36 +0000 (10:14 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 21 Dec 2011 09:14:36 +0000 (10:14 +0100)
qcsrc/csqcmodel/cl_player.qc

index f94589b153868163dcc1279fb4c069514a109945..de168f32389d0e584692bde29e88ec0fe64e6870 100644 (file)
@@ -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 }