]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/effectinfo.qc
Registry: use BITS everywhere
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / effectinfo.qc
index deff4dc1563ba74d61d0ba3f7abf912a1d3466d1..f85ad06b127f1063ce7f9919129cd1c5520ca17c 100644 (file)
@@ -319,7 +319,7 @@ GENERIC_COMMAND(dumpeffectinfo, "Dump all effectinfo to effectinfo_dump.txt")
 }
 
 
-REGISTRY(EffectInfos, BIT(9))
+REGISTRY(EffectInfos, BITS(9))
 REGISTER_REGISTRY(RegisterEffectInfos)
 #define EFFECTINFO(name) \
     [[accumulate]] void effectinfo_##name(EffectInfoGroup parent, EffectInfo this) { } \