]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/null/bot_null.qc
Bot waypoints: teach bots to jump gaps by implementing jump waypoints. Spawn it with...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / null / bot_null.qc
index 8671cd0900b7c87e4b3e23cdf85626ddb4f3802b..e0c9fd8129d61e1dee4c0e8d3c391906c3dd2fe8 100644 (file)
@@ -39,6 +39,6 @@ void waypoint_spawnforitem(entity e) { }
 void waypoint_spawnforitem_force(entity e, vector org) { }
 void waypoint_spawnforteleporter(entity e, vector destination, float timetaken, entity tracetest_ent) { }
 void waypoint_spawnforteleporter_wz(entity e, entity tracetest_ent) { }
-void waypoint_spawn_fromeditor(entity pl, bool at_crosshair) { }
+void waypoint_spawn_fromeditor(entity pl, bool at_crosshair, bool is_jump_wp) { }
 entity waypoint_spawn(vector m1, vector m2, float f) { return NULL; }
 #endif