From: Mario Date: Wed, 15 Jul 2020 20:17:58 +0000 (+1000) Subject: Increase gametype limit to 32 X-Git-Tag: xonotic-v0.8.5~855^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F840%2Fhead;p=xonotic%2Fxonotic-data.pk3dir.git Increase gametype limit to 32 --- 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)