From: Mario Date: Sat, 25 Mar 2017 15:30:10 +0000 (+1000) Subject: Fix effectinfo parser X-Git-Tag: xonotic-v0.8.2~25 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f329c18383dbfdac158ae71aba2e2593f1d24c76;p=xonotic%2Fxonotic-data.pk3dir.git Fix effectinfo parser --- 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