diff options
Diffstat (limited to 'src/game/g_variables.hpp')
| -rw-r--r-- | src/game/g_variables.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_variables.hpp b/src/game/g_variables.hpp index fb69584e..c0852bc4 100644 --- a/src/game/g_variables.hpp +++ b/src/game/g_variables.hpp @@ -16,6 +16,7 @@ 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) +MACRO_CONFIG_INT(cl_layershot, 0, 0, 1) MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1) |