From 07470c03815a1dd74c09917800ffe05e85c7f3d4 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 2 Jun 2020 10:31:35 +0200 Subject: [PATCH] Make it clear that effectinfo.qc is not compiled without the ENABLE_EFFECTINFO flag --- qcsrc/common/effects/effectinfo.qc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcsrc/common/effects/effectinfo.qc b/qcsrc/common/effects/effectinfo.qc index 6b97dd91b..2a5bbabb6 100644 --- a/qcsrc/common/effects/effectinfo.qc +++ b/qcsrc/common/effects/effectinfo.qc @@ -1,3 +1,5 @@ +#if ENABLE_EFFECTINFO + #include "effectinfo.qh" #define EFFECTINFO_PARSER(on, MY) \ on(type, MY(type) \ @@ -340,3 +342,5 @@ REGISTRY_DEFINE_GET(EffectInfos, NULL) #undef MY #undef DEF #undef SUB + +#endif -- 2.39.2