]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove one of the WEAPONTODO's
authorSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 13:25:23 +0000 (08:25 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 13:25:23 +0000 (08:25 -0500)
qcsrc/common/weapons/w_mortar.qc

index 267912ff26ab7a0a3c2cd9f66c0aba3189c7f90d..b9b33520741c612b013fea78f0d403a45a794a86 100644 (file)
@@ -301,7 +301,7 @@ void W_Mortar_Attack2()
        gren.event_damage = W_Mortar_Grenade_Damage;
        gren.damagedbycontents = TRUE;
        gren.missile_flags = MIF_SPLASH | MIF_ARC;
-       W_SetupProjVelocity_UP_SEC(gren, mortar); // WEAPONTODO
+       W_SetupProjVelocity_UP_SEC(gren, mortar);
 
        gren.angles = vectoangles (gren.velocity);
        gren.flags = FL_PROJECTILE;