From d4af564b61fe740f63936cfb9dbacd3af9629087 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Sep 2015 14:07:17 +1000 Subject: [PATCH] Increase the maximum number of mutators --- qcsrc/common/mutators/base.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2