diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-29 14:34:40 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-29 14:34:40 +0000 |
| commit | ae71bff0869ad0cf8854f79a8429b4699635ab65 (patch) | |
| tree | 570de52666927182b2768b30d86214b93f37c39d /src/game/g_variables.h | |
| parent | 68b3c9843acb9ddf2e96d625fbb4db6ddbbfc02a (diff) | |
| download | zcatch-ae71bff0869ad0cf8854f79a8429b4699635ab65.tar.gz zcatch-ae71bff0869ad0cf8854f79a8429b4699635ab65.zip | |
some clean up and increased the size of a strings in the console
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) |