From f329c18383dbfdac158ae71aba2e2593f1d24c76 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 26 Mar 2017 01:30:10 +1000 Subject: [PATCH] Fix effectinfo parser --- qcsrc/common/effects/all.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2