]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make my TODO clearer
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 16 Jan 2012 20:18:15 +0000 (22:18 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 16 Jan 2012 20:18:15 +0000 (22:18 +0200)
qcsrc/client/damage.qc

index cecebec91b421a52dc913062f038f80a51bb20ca..34c15837acc26fe3e9cade3ce1430bd218b9da87 100644 (file)
@@ -67,7 +67,7 @@ void DamageEffect(vector hitorg, float dmg, float type, float specnum)
        gettaginfo(self, nearestbone); // set gettaginfo_name
 
        // return if we reached our damage effect limit or damages are disabled
-       // TODO: it would be better if the oldest damage was removed instead of not adding a new one
+       // TODO: When the limit is reached, it would be better if the oldest damage was removed instead of not adding a new one
        if(nearestbone)
        {
                if(self.total_damages >= autocvar_cl_damageeffect_bones)