]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug print now that species are working
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Jan 2012 14:22:02 +0000 (16:22 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Jan 2012 14:22:02 +0000 (16:22 +0200)
qcsrc/server/g_damage.qc

index ad3332adf6a42806eb4e6a64c825ed4657535286..7517283caae77d9f2a75ca4f6d23f177328be3d5 100644 (file)
@@ -39,8 +39,6 @@ void Damage_DamageInfo(vector org, float coredamage, float edgedamage, float rad
        e.oldorigin_x = compressShortVector(e.velocity);
        e.species = bloodtype;
 
-       dprint(strcat(ftos(e.species), " ********\n"));
-
        Net_LinkEntity(e, FALSE, 0.2, Damage_DamageInfo_SendEntity);
 }