From 1a9096087ca86536bb845797f76f1feee04e9ac5 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 5 Aug 2018 09:28:50 +0200 Subject: [PATCH] Remove an outdated comment --- qcsrc/server/bot/default/waypoints.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/bot/default/waypoints.qc b/qcsrc/server/bot/default/waypoints.qc index 674ab634a..521a5326a 100644 --- a/qcsrc/server/bot/default/waypoints.qc +++ b/qcsrc/server/bot/default/waypoints.qc @@ -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)) -- 2.39.2