about summary refs log tree commit diff
path: root/src/game/g_variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_variables.h')
-rw-r--r--src/game/g_variables.h6
1 files changed, 5 insertions, 1 deletions
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)