]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an outdated comment
authorterencehill <piuntn@gmail.com>
Sun, 5 Aug 2018 07:28:50 +0000 (09:28 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 5 Aug 2018 07:28:50 +0000 (09:28 +0200)
qcsrc/server/bot/default/waypoints.qc

index 674ab634a1c768889ff3ac4025ea07008221b813..521a5326a83a55cbde37a9ae051b49faa8683090 100644 (file)
@@ -293,7 +293,6 @@ void waypoint_spawn_fromeditor(entity pl)
 
 void waypoint_remove(entity wp)
 {
-       // tell all waypoints linked to wp that they need to relink
        IL_EACH(g_waypoints, it != wp,
        {
                if (waypoint_islinked(it, wp))