From 449bb770d94791f61fc067e1b39e1f5f12b30c68 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 30 Sep 2018 22:01:46 +1000 Subject: [PATCH] Remove an old TODO that's since been resolved --- qcsrc/common/weapons/weapon/arc.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2