]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 09:49:21 +0000 (20:49 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 09:49:21 +0000 (20:49 +1100)
qcsrc/server/g_damage.qc

index 6cf371127651927b04cdb7eb165a1203ee21028e..88138612b46a47bf9b802fb9e4b755df5851e935 100644 (file)
@@ -854,7 +854,7 @@ void Damage (entity targ, entity inflictor, entity attacker, float damage, float
                // count the damage
                if(attacker)
                if(!targ.deadflag)
-               if(deathtype != DEATH_BUFF_VENGEANCE
+               if(deathtype != DEATH_BUFF_VENGEANCE)
                if(targ.takedamage == DAMAGE_AIM)
                if(targ != attacker)
                {