From 138c0c5e2b5de54f141dbbca48da623b8d3616a0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 16 Dec 2007 22:34:43 +0000 Subject: fixed the welcome screen --- 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 44e52c6f..76dee35c 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -33,6 +33,8 @@ MACRO_CONFIG_INT(cl_dynamic_camera, 1, 0, 1) MACRO_CONFIG_INT(cl_team, -10, -1, 0) MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1) +MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) + MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1) MACRO_CONFIG_INT(player_color_body, 65408, 0, 0) MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0) -- cgit 1.4.1