From 61535a565a62d74654140af97ddd1cc853a54197 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 9 Mar 2008 18:20:27 +0000 Subject: added cl_showfps. removed cl_show_player_ids --- src/game/g_variables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/g_variables.h') diff --git a/src/game/g_variables.h b/src/game/g_variables.h index aa004016..ad3448bf 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -3,7 +3,8 @@ MACRO_CONFIG_INT(cl_predict, 1, 0, 1) MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1) MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1) MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1) -MACRO_CONFIG_INT(cl_show_player_ids, 0, 0, 1) + +MACRO_CONFIG_INT(cl_showfps, 0, 0, 1) MACRO_CONFIG_INT(cl_warning_tuning, 1, 0, 1) -- cgit 1.4.1