From: Mario Date: Sat, 9 Jul 2016 16:02:57 +0000 (+1000) Subject: Disable effectinfo parsing code (shaves 6 seconds off serverbench, and probably regai... X-Git-Tag: xonotic-v0.8.2~700^2~89 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b7fb2f792728f5af3c3254a944c3ad50cb5fc51;p=xonotic%2Fxonotic-data.pk3dir.git Disable effectinfo parsing code (shaves 6 seconds off serverbench, and probably regains a lot of lost FPS) --- diff --git a/qcsrc/common/effects/all.qc b/qcsrc/common/effects/all.qc index e69a03f72..b6f378d47 100644 --- a/qcsrc/common/effects/all.qc +++ b/qcsrc/common/effects/all.qc @@ -91,4 +91,6 @@ void Send_Effect_(string eff_name, vector eff_loc, vector eff_vel, int eff_cnt) } #endif -#include "effectinfo.qc" +#ifdef EFFECTINFO + #include "effectinfo.qc" +#endif