diff --git a/engine/client/cl_pred.c b/engine/client/cl_pred.c index 06c11969c..33a87e664 100644 --- a/engine/client/cl_pred.c +++ b/engine/client/cl_pred.c @@ -651,7 +651,7 @@ void CL_CalcClientTime(void) cl.servertime = cl.oldgametime; } - if (cls.protocol == CP_NETQUAKE || cls.demoplayback) + if (cls.protocol == CP_NETQUAKE || (cls.demoplayback && cls.demoplayback != DPB_MVD)) { float want; // float off;