]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Use v_forward instead of view_forward
authorSamual <samual@xonotic.org>
Thu, 21 Apr 2011 02:08:49 +0000 (22:08 -0400)
committerSamual <samual@xonotic.org>
Thu, 21 Apr 2011 02:08:49 +0000 (22:08 -0400)
commit89854d0bdb550cb23d0603adfc790cb0908c0113
tree98a5b789b22ca8db61097421c6e3642a61236b28
parented524024be241e4b66b3d3189a8874471660c871
Use v_forward instead of view_forward

view_forward isn't updated in the code by the time the chasecam code is called, so instead use the real source for it and it is updated at the proper time. Note: Should the order of the code be changed instead? I think this should be fine though.
qcsrc/client/View.qc