From f23155bc496626da85225af66cb60dc0b7d36fc3 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 18 Oct 2015 17:10:49 +1000 Subject: [PATCH] Increase the maximum number of 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 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) -- 2.39.2