From f10958c450a20c99603ca785365ebaeca9a23f72 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 9 Mar 2008 18:12:48 +0000 Subject: fixed so that you can customize the mouse movement more --- src/game/g_variables.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/game/g_variables.h') diff --git a/src/game/g_variables.h b/src/game/g_variables.h index c1f32d11..aa004016 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -2,7 +2,6 @@ MACRO_CONFIG_INT(cl_predict, 1, 0, 1) MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1) MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1) -MACRO_CONFIG_INT(cl_dynamic_camera, 1, 0, 1) MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1) MACRO_CONFIG_INT(cl_show_player_ids, 0, 0, 1) @@ -10,6 +9,11 @@ MACRO_CONFIG_INT(cl_show_player_ids, 0, 0, 1) MACRO_CONFIG_INT(cl_warning_tuning, 1, 0, 1) +MACRO_CONFIG_INT(cl_mouse_deadzone, 200, 0, 0) +MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200) +MACRO_CONFIG_INT(cl_mouse_max_distance, 400, 0, 0) + + MACRO_CONFIG_INT(cl_flow, 0, 0, 1) MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) -- cgit 1.4.1