diff --git a/qw/source/cl_pred.c b/qw/source/cl_pred.c index 53435937f..d1219821d 100644 --- a/qw/source/cl_pred.c +++ b/qw/source/cl_pred.c @@ -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;