From: Mario Date: Wed, 14 Oct 2015 15:02:42 +0000 (+1000) Subject: Minor comment fix X-Git-Tag: xonotic-v0.8.2~1801^2~18 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=62c6bc3b951e7570e24c5c88d88dd812e2097e85;p=xonotic%2Fxonotic-data.pk3dir.git Minor comment fix --- 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); }