]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an old TODO that's since been resolved
authorMario <mario@smbclan.net>
Sun, 30 Sep 2018 12:01:46 +0000 (22:01 +1000)
committerMario <mario@smbclan.net>
Sun, 30 Sep 2018 12:01:46 +0000 (22:01 +1000)
qcsrc/common/weapons/weapon/arc.qc

index 56a48f2f3114c711acd24a612bbdec7e4971178b..a93ddd885bf60f8ba66832d9c0b72ec694988fa5 100644 (file)
@@ -265,14 +265,14 @@ void W_Arc_Beam_Think(entity this)
 
        W_SetupShot_Range(
                own,
-               weaponentity, // TODO
+               weaponentity,
                true,
                0,
                SND_Null,
                0,
                WEP_CVAR(arc, beam_damage) * coefficient,
                WEP_CVAR(arc, beam_range),
-               WEP_ARC.m_id
+               thiswep.m_id
        );
 
        // After teleport, "lock" the beam until the teleport is confirmed.