]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Minor comment fix
authorMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:02:42 +0000 (01:02 +1000)
committerMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:02:42 +0000 (01:02 +1000)
qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc

index b83c96a61679cf413e902ded6fc46182802be533..7f317dd9ac179c9a17e5f19d8f8dd6052ea413e5 100644 (file)
@@ -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);
 }