From ca54f59602722c265d522a4965ecd546a052841c Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 1 Nov 2015 11:40:13 +1000 Subject: [PATCH] Increase maximum monsters --- qcsrc/common/monsters/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/monsters/all.qh b/qcsrc/common/monsters/all.qh index 15e775ae7..720a12938 100644 --- a/qcsrc/common/monsters/all.qh +++ b/qcsrc/common/monsters/all.qh @@ -5,7 +5,7 @@ string M_Model(string m_mdl); -REGISTRY(Monsters, BITS(4)) +REGISTRY(Monsters, 30) REGISTER_REGISTRY(RegisterMonsters) const int MON_FIRST = 1; #define MON_LAST (Monsters_COUNT - 1) -- 2.39.2