]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a note for later
authorMario <mario@smbclan.net>
Thu, 31 May 2018 06:22:48 +0000 (16:22 +1000)
committerMario <mario@smbclan.net>
Thu, 31 May 2018 06:22:48 +0000 (16:22 +1000)
qcsrc/common/effects/all.qc

index 252f913379a02be272548bcf60162b693e82e4be..9732be2e3bf65e82f125b176f8ed2f709d2879d6 100644 (file)
@@ -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