mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
Fix cl_predict_static default!
This commit is contained in:
parent
8539d7987f
commit
0d95bc71ff
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ CL_Prediction_Init_Cvars (void)
|
|||
{
|
||||
cl_predict = Cvar_Get ("cl_predict", "1", CVAR_NONE, NULL,
|
||||
"Set to enable client prediction");
|
||||
cl_predict_static = Cvar_Get ("cl_predict_static", "0", CVAR_NONE, NULL,
|
||||
cl_predict_static = Cvar_Get ("cl_predict_static", "1", CVAR_NONE, NULL,
|
||||
"Set to enable static player prediction");
|
||||
cl_pushlatency = Cvar_Get ("pushlatency", "-999", CVAR_NONE, NULL,
|
||||
"How much prediction should the client make");
|
||||
|
|
Loading…
Reference in a new issue