From 8b7fb2f792728f5af3c3254a944c3ad50cb5fc51 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 10 Jul 2016 02:02:57 +1000 Subject: [PATCH] Disable effectinfo parsing code (shaves 6 seconds off serverbench, and probably regains a lot of lost FPS) --- qcsrc/common/effects/all.qc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2