From 4d5d98ff5cae4de214e4f8cf53cc8de249de9359 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 14 Jan 2018 15:47:55 +0100 Subject: [PATCH] Remove wrong waypoint_spawn description -- automatic linking feature was removed long time ago but who did it forgot to update the function description --- qcsrc/server/bot/default/waypoints.qc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/server/bot/default/waypoints.qc b/qcsrc/server/bot/default/waypoints.qc index 36c084f06..c20f6a929 100644 --- a/qcsrc/server/bot/default/waypoints.qc +++ b/qcsrc/server/bot/default/waypoints.qc @@ -179,9 +179,6 @@ void waypoint_setupmodel(entity wp) wp.model = ""; } -// create a new spawnfunc_waypoint and automatically link it to other waypoints, and link -// them back to it as well -// (suitable for spawnfunc_waypoint editor) entity waypoint_spawn(vector m1, vector m2, float f) { if(!(f & (WAYPOINTFLAG_PERSONAL | WAYPOINTFLAG_GENERATED)) && m1 == m2) -- 2.39.2