From fb7c79c93bd0208b3b8be6ab5c8e87e973d9e3ee Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Mon, 15 Aug 2016 21:37:09 +0200 Subject: [PATCH] Be a tough boy and set cl_async to 1 --- src/client/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/cl_main.c b/src/client/cl_main.c index 7465614d..3c3566ba 100644 --- a/src/client/cl_main.c +++ b/src/client/cl_main.c @@ -486,7 +486,7 @@ CL_InitLocal(void) cl_predict = Cvar_Get("cl_predict", "1", 0); cl_maxfps = Cvar_Get("cl_maxfps", "60", CVAR_ARCHIVE); cl_drawfps = Cvar_Get("cl_drawfps", "0", CVAR_ARCHIVE); - cl_async = Cvar_Get("cl_async", "0", CVAR_ARCHIVE); + cl_async = Cvar_Get("cl_async", "1", CVAR_ARCHIVE); cl_upspeed = Cvar_Get("cl_upspeed", "200", 0); cl_forwardspeed = Cvar_Get("cl_forwardspeed", "200", 0);