]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
try to fix vehicle chase cam (untested)
authorRudolf Polzer <divverent@alientrap.org>
Sat, 31 Dec 2011 09:16:11 +0000 (10:16 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 31 Dec 2011 09:16:11 +0000 (10:16 +0100)
qcsrc/csqcmodellib/cl_player.qc

index d1cfa4060093f25eac80c0e17c45766f98530166..242dc81e028a51da9e6b521bdca1494f5bcced67 100644 (file)
@@ -232,8 +232,12 @@ void CSQCPlayer_SetCamera()
        }
        else
        {
+               // FIXME by CSQC spec we have to do this:
+               // but it breaks chase cam
+               /*
                setproperty(VF_ORIGIN, pmove_org + '0 0 1' * getstati(STAT_VIEWHEIGHT));
                setproperty(VF_ANGLES, view_angles);
+               */
        }
 
        { CSQCPLAYER_HOOK_POSTCAMERASETUP }