X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Feffects%2Fall.qc;h=f43b25dcfbcac143bb7e29580befba124cc782c3;hb=09fabb9fe3fc10ba4a9c1951cf12669a1a82fe9f;hp=d229b05100a751fb50a8795dbc11997d52a953c9;hpb=4f133bdb70d13143f2ce4b9de097744371c1f92a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/effects/all.qc b/qcsrc/common/effects/all.qc index d229b0510..f43b25dcf 100644 --- a/qcsrc/common/effects/all.qc +++ b/qcsrc/common/effects/all.qc @@ -91,6 +91,6 @@ void Send_Effect_(string eff_name, vector eff_loc, vector eff_vel, int eff_cnt) } #endif -#ifdef EFFECTINFO +#ifdef EFFECTINFO_ENABLED #include "effectinfo.qc" #endif