From 0d95bc71ffd843db64b6476d7eb9c83a7a15e0b3 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 15 Jul 2002 09:29:50 +0000 Subject: [PATCH] Fix cl_predict_static default! --- qw/source/cl_pred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/cl_pred.c b/qw/source/cl_pred.c index 85b268020..e02e30d2a 100644 --- a/qw/source/cl_pred.c +++ b/qw/source/cl_pred.c @@ -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");