From a1be8b31b2d9526581adf4df06accff6db6e7d92 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 25 Apr 2015 18:42:00 +1000 Subject: [PATCH] Do the same here --- qcsrc/csqcmodellib/cl_player.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/csqcmodellib/cl_player.qc b/qcsrc/csqcmodellib/cl_player.qc index b659f6f7d..b85049687 100644 --- a/qcsrc/csqcmodellib/cl_player.qc +++ b/qcsrc/csqcmodellib/cl_player.qc @@ -39,7 +39,7 @@ #endif float autocvar_cl_movement_errorcompensation = 0; -float autocvar_cl_movement = 2; // testing purposes +int autocvar_cl_movement = 1; // engine stuff float pmove_onground; // weird engine flag we shouldn't really use but have to for now -- 2.39.2