X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fnull%2Fbot_null.qc;h=a7f8e99f1d7cb7bdc9c9cc6780aae9f5d4fd4883;hb=a0a09daade95eb6c4a0ad85680440392ae4f6e6a;hp=6c60a70e35977545dd74b11242deed9da6aefd13;hpb=e1ffca1bb185fb2dc57c8e1ed043ef09e578863c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/null/bot_null.qc b/qcsrc/server/bot/null/bot_null.qc index 6c60a70e3..a7f8e99f1 100644 --- a/qcsrc/server/bot/null/bot_null.qc +++ b/qcsrc/server/bot/null/bot_null.qc @@ -37,8 +37,8 @@ void waypoint_schedulerelinkall() { } void waypoint_schedulerelink(entity wp) { } void waypoint_spawnforitem(entity e) { } void waypoint_spawnforitem_force(entity e, vector org) { } -void waypoint_spawnforteleporter(entity e, vector destination, float timetaken) { } -void waypoint_spawnforteleporter_v(entity e, vector org, vector destination, float timetaken) { } -void waypoint_spawn_fromeditor(entity pl) { } +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, bool is_jump_wp, bool is_crouch_wp, bool is_support_wp) { } entity waypoint_spawn(vector m1, vector m2, float f) { return NULL; } #endif