From: Mario Date: Mon, 7 Sep 2015 04:07:17 +0000 (+1000) Subject: Increase the maximum number of mutators X-Git-Tag: xonotic-v0.8.2~1929 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d4af564b61fe740f63936cfb9dbacd3af9629087;p=xonotic%2Fxonotic-data.pk3dir.git Increase the maximum number of mutators --- diff --git a/qcsrc/common/mutators/base.qh b/qcsrc/common/mutators/base.qh index d92bd5b57..1183914cf 100644 --- a/qcsrc/common/mutators/base.qh +++ b/qcsrc/common/mutators/base.qh @@ -155,7 +155,7 @@ CLASS(Mutator, Object) } ENDCLASS(Mutator) -const int MAX_MUTATORS = 15; +const int MAX_MUTATORS = 20; Mutator loaded_mutators[MAX_MUTATORS]; bool Mutator_Add(Mutator mut)