diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 10:59:36 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 10:59:36 +0000 |
| commit | 2d26c93f052d6fc550c36239753e9e040601314f (patch) | |
| tree | a7ac7a548bffbeef083497b4eb135d8d6c3e84d6 /src/game/g_variables.h | |
| parent | 918a090329f5632afb6666e913aabed2ef281466 (diff) | |
| download | zcatch-2d26c93f052d6fc550c36239753e9e040601314f.tar.gz zcatch-2d26c93f052d6fc550c36239753e9e040601314f.zip | |
fixed invisible tees problem. increased mouse deadzone from 200 to 300. decreased max camera distance to 200.
Diffstat (limited to 'src/game/g_variables.h')
| -rw-r--r-- | src/game/g_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_variables.h b/src/game/g_variables.h index b7ab3b8e..6c7cc8a6 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -10,7 +10,7 @@ MACRO_CONFIG_INT(cl_showfps, 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_deadzone, 300, 0, 0) MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200) MACRO_CONFIG_INT(cl_mouse_max_distance, 800, 0, 0) |