From: Mario Date: Thu, 8 Oct 2015 06:12:13 +0000 (+1000) Subject: Increase the maximum number of mutators X-Git-Tag: xonotic-v0.8.2~1847 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4df4683fde3d24fa365851451f44bf44afe93d43;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 9a535a296..6e1c7c051 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 = 20; +const int MAX_MUTATORS = 30; Mutator loaded_mutators[MAX_MUTATORS]; bool Mutator_Add(Mutator mut)