]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove stupid comment
authorSamual Lenks <samual@xonotic.org>
Tue, 24 Jul 2012 18:26:12 +0000 (14:26 -0400)
committerSamual Lenks <samual@xonotic.org>
Tue, 24 Jul 2012 18:26:12 +0000 (14:26 -0400)
qcsrc/server/w_laser.qc

index 843a86b05def0af04e97d9bcc70bd5b52a90635f..38ed7dadb861062303f41f1efa1ec58865ba1dd4 100644 (file)
@@ -182,9 +182,6 @@ void W_Laser_Shockwave()
                                Damage(head, self, self, final_damage, WEP_LASER, head.origin, final_force);
 
                                print("debug: EDGE HIT: multiplier = ", ftos(multiplier), strcat(", damage = ", ftos(final_damage), ", force = ", ftos(vlen(final_force))),"... multiplier_from_accuracy = ", ftos(multiplier_from_accuracy), ", multiplier_from_distance = ", ftos(multiplier_from_distance), ".\n");
-                               
-                               //pointparticles(particleeffectnum("rocket_guide"), w_shotorg, w_shotdir * 1000, 1);
-                               //SendCSQCShockwaveParticle(autocvar_g_balance_laser_primary_spread, trace_endpos);
                        }
                }
                head = next;