X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fbase.qh;h=2b4d3e34cbe23f61c1bd84ed587dbe705b07edfe;hb=e0cd1f91a50e9be6ba31ddaa983777bb45867918;hp=cc4cc0129593044474468adff6b9434636fcdcf9;hpb=cbb0a16ac5554caedc4af3d81ff857c40eb9bdb9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mutators/base.qh b/qcsrc/common/mutators/base.qh index cc4cc0129..2b4d3e34c 100644 --- a/qcsrc/common/mutators/base.qh +++ b/qcsrc/common/mutators/base.qh @@ -165,7 +165,8 @@ CLASS(Mutator, Object) ENDCLASS(Mutator) REGISTRY(Mutators, BITS(7)) -#define Mutators_from(i) _Mutators_from(i, NULL) + +REGISTRY_DEFINE_GET(Mutators, NULL) bool Mutator_Add(Mutator mut); void Mutator_Remove(Mutator mut); bool mutator_log = false;