X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fnull%2Fbot_null.qc;h=f820848ade919f127086d09d607a25f5cab6a27b;hb=ee2f4178f1709cbf38b2e865c6c96a7d177bbebf;hp=a7f8e99f1d7cb7bdc9c9cc6780aae9f5d4fd4883;hpb=e158af74610eeb8e2243b96bbc1f011a7c21e1a4;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 a7f8e99f1..f820848ad 100644 --- a/qcsrc/server/bot/null/bot_null.qc +++ b/qcsrc/server/bot/null/bot_null.qc @@ -1,12 +1,12 @@ #include "bot_null.qh" #if 0 -bool bot_aim(entity this, .entity weaponentity, float shotspeed, float shotspeedupward, float maxshottime, float applygravity) { return false; } +bool bot_aim(entity this, .entity weaponentity, float shotspeed, float shotspeedupward, float maxshottime, float applygravity, bool shot_accurate) { return false; } void bot_clientconnect(entity this) { } void bot_clientdisconnect(entity this) { } void bot_cmdhelp(string scmd) { } void bot_endgame() { } -bool bot_fixcount() { return true; } +bool bot_fixcount(bool multiple_per_frame) { return true; } void bot_list_commands() { } void bot_queuecommand(entity bot, string cmdstring) { } void bot_relinkplayerlist() { }