From 6ca8a217c0308dddb9bfca06782f3a2baf462103 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Jul 2020 06:17:58 +1000 Subject: [PATCH] Increase gametype limit to 32 --- qcsrc/common/mapinfo.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 2d6681ec6..7059a122d 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -113,7 +113,7 @@ CLASS(Gametype, Object) } ENDCLASS(Gametype) -REGISTRY(Gametypes, 24) +REGISTRY(Gametypes, 32) REGISTER_REGISTRY(Gametypes) REGISTRY_SORT(Gametypes); REGISTRY_CHECK(Gametypes) -- 2.39.2