change pushlatency's default to -999 which apearently was the original default.

This commit is contained in:
Bill Currie 2000-05-02 21:46:39 +00:00
parent 618e8a90d4
commit 32d25d8567

View file

@ -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");
}