From: Mario Date: Sun, 18 Oct 2015 07:10:49 +0000 (+1000) Subject: Increase the maximum number of monsters X-Git-Tag: xonotic-v0.8.2~1810 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f23155bc496626da85225af66cb60dc0b7d36fc3;p=xonotic%2Fxonotic-data.pk3dir.git Increase the maximum number of monsters --- diff --git a/qcsrc/common/monsters/all.qh b/qcsrc/common/monsters/all.qh index 39a928a85..05eb4346d 100644 --- a/qcsrc/common/monsters/all.qh +++ b/qcsrc/common/monsters/all.qh @@ -3,7 +3,7 @@ #include "monster.qh" -REGISTRY(Monsters, BIT(3)) +REGISTRY(Monsters, BIT(4)) REGISTER_REGISTRY(RegisterMonsters) const int MON_FIRST = 1; #define MON_LAST (Monsters_COUNT - 1)