]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Also remove my testing print. It's not needed any more.
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 20:27:44 +0000 (23:27 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 2 Apr 2011 20:27:44 +0000 (23:27 +0300)
qcsrc/client/gibs.qc

index 6dbd9f0e4397be431640e6423771a26ca21a56ee..e1eecb56ff9c3a9477b6ccf51a4b7ae7c50415ce 100644 (file)
@@ -306,6 +306,5 @@ void Ent_DamageEffect()
                effectnum = substring(effectnum, 0, strlen(effectnum) - 1); // remove the _ symbol at the end of the species name
        }
 
-       dprint(strcat(effectnum, "\n"));
        pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1);
 }