mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
change pushlatency's default to -999 which apearently was the original default.
This commit is contained in:
parent
618e8a90d4
commit
32d25d8567
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ CL_PredictMove (void)
|
|||
void
|
||||
CL_InitPrediction (void)
|
||||
{
|
||||
cl_pushlatency = Cvar_Get ("pushlatency","0",CVAR_NONE,"None");
|
||||
cl_pushlatency = Cvar_Get ("pushlatency","-999",CVAR_NONE,"None");
|
||||
cl_nopred = Cvar_Get ("cl_nopred","0",CVAR_NONE,"None");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue