From 96396df4c8ee2e8851fd97c65ee45e92d627c377 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 31 May 2018 16:22:48 +1000 Subject: [PATCH] Add a note for later --- 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 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 -- 2.39.2