From: Mario Date: Sun, 30 Sep 2018 12:01:46 +0000 (+1000) Subject: Remove an old TODO that's since been resolved X-Git-Tag: xonotic-v0.8.5~1811 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=449bb770d94791f61fc067e1b39e1f5f12b30c68;p=xonotic%2Fxonotic-data.pk3dir.git Remove an old TODO that's since been resolved --- diff --git a/qcsrc/common/weapons/weapon/arc.qc b/qcsrc/common/weapons/weapon/arc.qc index 56a48f2f3..a93ddd885 100644 --- a/qcsrc/common/weapons/weapon/arc.qc +++ b/qcsrc/common/weapons/weapon/arc.qc @@ -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.