From: Mario Date: Thu, 31 May 2018 06:22:48 +0000 (+1000) Subject: Add a note for later X-Git-Tag: xonotic-v0.8.5~2118 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=96396df4c8ee2e8851fd97c65ee45e92d627c377;p=xonotic%2Fxonotic-data.pk3dir.git Add a note for later --- diff --git a/qcsrc/common/effects/all.qc b/qcsrc/common/effects/all.qc index 252f91337..9732be2e3 100644 --- a/qcsrc/common/effects/all.qc +++ b/qcsrc/common/effects/all.qc @@ -75,7 +75,7 @@ void Send_Effect_(string eff_name, vector eff_loc, vector eff_vel, int eff_cnt) Send_Effect(it, eff_loc, eff_vel, eff_cnt); return; }); - // revert to engine handling + // revert to engine handling TODO: send the effect name and draw it on the client side? not as light on networking, but resolves the use of server side effects __pointparticles(_particleeffectnum(eff_name), eff_loc, eff_vel, eff_cnt); } #endif