about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 19:58:34 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 19:58:34 +0000
commit1675c9f09896c432b44e021d8ec2adabeedcecc8 (patch)
treef6304a254990700b9a01d217f6a9e66ba4a9df38 /src/game
parent06d48cd3da0c6dc4d030a3b3f15a33e66b3676e2 (diff)
downloadzcatch-1675c9f09896c432b44e021d8ec2adabeedcecc8.tar.gz
zcatch-1675c9f09896c432b44e021d8ec2adabeedcecc8.zip
increased the number of dummies you can have
Diffstat (limited to 'src/game')
-rw-r--r--src/game/variables.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp
index cd738bf3..6936a844 100644
--- a/src/game/variables.hpp
+++ b/src/game/variables.hpp
@@ -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)