From: Martin Taibr Date: Fri, 22 Sep 2017 16:01:43 +0000 (+0200) Subject: macros, macros everywhere X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9cd8d4bc22726d089a6ae62dc4cc01acfd702597;p=xonotic%2Fxonotic-data.pk3dir.git macros, macros everywhere --- diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index 12abc21b1..b376bd74a 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -1,5 +1,7 @@ #include "ent_cs.qh" +// *INDENT-OFF* uncrustify is too dumb to handle all the macros + REGISTRY(EntCSProps, BITS(16) - 1) #define EntCSProps_from(i) _EntCSProps_from(i, NULL) REGISTER_REGISTRY(EntCSProps)