From ae71bff0869ad0cf8854f79a8429b4699635ab65 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 Mar 2008 14:34:40 +0000 Subject: some clean up and increased the size of a strings in the console --- src/game/g_variables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_variables.h') 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) -- cgit 1.4.1