]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove wrong waypoint_spawn description -- automatic linking feature was removed...
authorterencehill <piuntn@gmail.com>
Sun, 14 Jan 2018 14:47:55 +0000 (15:47 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 14 Jan 2018 14:47:55 +0000 (15:47 +0100)
qcsrc/server/bot/default/waypoints.qc

index 36c084f0635d40a57d6b590d25952a0a87bf50da..c20f6a92943ba6f2e169ed2777343230290a367e 100644 (file)
@@ -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)