X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fnull%2Fbot_null.qc;h=f8738f80fb5cdc855eda4bd6bb9ad351ddf9d5cb;hp=68ae41670644dd1e241752f946ba0d5aeb071c54;hb=64e7b6ddf13d965e8a91746540dc06de3e4c16fe;hpb=1c9d0b4994d43c970e3fa02f651b5f5d79765e5b diff --git a/qcsrc/server/bot/null/bot_null.qc b/qcsrc/server/bot/null/bot_null.qc index 68ae416706..f8738f80fb 100644 --- a/qcsrc/server/bot/null/bot_null.qc +++ b/qcsrc/server/bot/null/bot_null.qc @@ -28,15 +28,17 @@ void navigation_markroutes(entity this, entity fixed_source_waypoint) { } void navigation_markroutes_inverted(entity fixed_source_waypoint) { } void navigation_routerating(entity this, entity e, float f, float rangebias) { } -bool tracewalk(entity e, vector start, vector m1, vector m2, vector end, float movemode) { return false; } +bool tracewalk(entity e, vector start, vector m1, vector m2, vector end, float end_height, float movemode) { return false; } -void waypoint_remove(entity e) { } +void waypoint_remove_fromeditor(entity pl) { } +void waypoint_remove(entity wp) { } void waypoint_saveall() { } 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_spawnforteleporter(entity e, vector destination, float timetaken, entity tracetest_ent) { } +void waypoint_spawnforteleporter_wz(entity e, vector org, vector destination, float timetaken, vector down_dir, entity tracetest_ent) { } +void waypoint_spawn_fromeditor(entity pl) { } entity waypoint_spawn(vector m1, vector m2, float f) { return NULL; } #endif