From: Mario Date: Sun, 1 Nov 2015 01:40:13 +0000 (+1000) Subject: Increase maximum monsters X-Git-Tag: xonotic-v0.8.2~1748 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ca54f59602722c265d522a4965ecd546a052841c;p=xonotic%2Fxonotic-data.pk3dir.git Increase maximum monsters --- 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)