mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
increased the number of dummies you can have
This commit is contained in:
parent
06d48cd3da
commit
1675c9f098
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue