increased the number of dummies you can have

This commit is contained in:
Magnus Auvinen 2008-10-20 19:58:34 +00:00
parent 06d48cd3da
commit 1675c9f098

View file

@ -33,7 +33,7 @@ MACRO_CONFIG_INT(player_color_body, 65408, 0, 0)
MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0)
MACRO_CONFIG_STR(player_skin, 64, "default")
MACRO_CONFIG_INT(dbg_dummies, 0, 0, 11)
MACRO_CONFIG_INT(dbg_dummies, 0, 0, 15)
MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1)
MACRO_CONFIG_INT(dbg_flow, 0, 0, 1)
MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1)