From 2b18fe6fd7fcb366a4dc263e8b73c525462c344d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 25 Apr 2015 18:41:21 +1000 Subject: [PATCH] Default cl_movement to 1 --- 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 0f1128a64..76ee4124a 100644 --- a/qcsrc/csqcmodellib/cl_player.qc +++ b/qcsrc/csqcmodellib/cl_player.qc @@ -35,7 +35,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