From 62c6bc3b951e7570e24c5c88d88dd812e2097e85 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 15 Oct 2015 01:02:42 +1000 Subject: [PATCH] Minor comment fix --- qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc index b83c96a61..7f317dd9a 100644 --- a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc +++ b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc @@ -993,7 +993,7 @@ void WaypointSprite_Reset() {SELFPARAM(); // if a WP wants to time out, let it time out immediately; other WPs ought to be reset/killed by their owners - if (self.fade_time) // there was there before: || g_keyhunt, do we really need this? + if (self.fade_time) // was there before: || g_keyhunt, do we really need this? WaypointSprite_Kill(self); } -- 2.39.2