mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
This commit is contained in:
parent
22c85298f0
commit
64d00faa8f
17 changed files with 93 additions and 82 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue