From: terencehill Date: Sun, 14 Jan 2018 14:47:55 +0000 (+0100) Subject: Remove wrong waypoint_spawn description -- automatic linking feature was removed... X-Git-Tag: xonotic-v0.8.5~2378^2~3^2~1 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=4d5d98ff5cae4de214e4f8cf53cc8de249de9359;p=xonotic%2Fxonotic-data.pk3dir.git Remove wrong waypoint_spawn description -- automatic linking feature was removed long time ago but who did it forgot to update the function description --- 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)