[qw] Set cl.viewstate.time when setting cl.time

Fixes cshifts not fading. I'm sure there is a better fix, but this at
least gets qw mostly usable (for testing, at least: something is wonky
with roll).
This commit is contained in:
Bill Currie 2022-10-22 14:14:57 +09:00
parent de786ce197
commit dd1554aed3
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ CL_PredictMove (void)
cl.time = realtime - cls.latency - cl_pushlatency * 0.001;
if (cl.time > realtime)
cl.time = realtime;
cl.viewstate.time = cl.time;
if (cl.intermission) {
return;