]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qc
pre-merge
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qc
index f6e35ea6a3345bc337d7f8a7e358102120f27af1..7c750db748a6af063584789d734bd2cb4c4511a0 100644 (file)
@@ -70,7 +70,6 @@ void Ent_DamageInfo(float isNew)
 
        self = oldself;
        
-       // TODO spawn particle effects and sounds based on w_deathtype
        if(DEATH_ISTURRET(w_deathtype))
        {           
            traceline(w_org - normalize(force) * 16, w_org + normalize(force) * 16, MOVE_NOMONSTERS, world);
@@ -137,6 +136,7 @@ void Ent_DamageInfo(float isNew)
         }        
        }
        
+       // TODO spawn particle effects and sounds based on w_deathtype
        if(!DEATH_ISSPECIAL(w_deathtype))
        {
                float hitwep;