From: Mario Date: Sat, 25 Apr 2015 08:42:00 +0000 (+1000) Subject: Do the same here X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a1be8b31b2d9526581adf4df06accff6db6e7d92;p=xonotic%2Fxonotic-data.pk3dir.git Do the same here --- 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