From fc554e113b12da5cdcea021c85231adba5a749b1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 16 Dec 2007 22:57:41 +0000 Subject: fixed so that the scoreboard can hold 12 players --- src/game/g_variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_variables.h') diff --git a/src/game/g_variables.h b/src/game/g_variables.h index 76dee35c..c2d2eb2c 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -24,7 +24,7 @@ MACRO_CONFIG_INT(key_console, 256+2, 32, 512) MACRO_CONFIG_INT(key_remoteconsole, 256+3, 32, 512) -MACRO_CONFIG_INT(dbg_bots, 0, 0, 7) +MACRO_CONFIG_INT(dbg_bots, 0, 0, 11) MACRO_CONFIG_INT(cl_predict, 1, 0, 1) MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1) -- cgit 1.4.1