Apply theoddone33's cvar patch (he's having connectivity problems with tank)

This commit is contained in:
Bill Currie 2000-05-17 23:16:23 +00:00
parent 22c85298f0
commit 64d00faa8f
17 changed files with 93 additions and 82 deletions

View file

@ -136,7 +136,7 @@ void CL_PredictMove (void)
/* if (cl_pushlatency.value > 0)
CVAR_FIXME */
if (cl_pushlatency->value > 0)
Cvar_Set ("pushlatency", "0");
Cvar_Set (cl_pushlatency, "0");
if (cl.paused)
return;