diff options
Diffstat (limited to 'src/game/g_variables.h')
| -rw-r--r-- | src/game/g_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_variables.h b/src/game/g_variables.h index 86b40b71..84725ee4 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -17,6 +17,8 @@ MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200) MACRO_CONFIG_INT(cl_mouse_max_distance, 800, 0, 0) +MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1) + MACRO_CONFIG_INT(cl_flow, 0, 0, 1) MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) |