X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fhavocbot%2Fhavocbot.qh;h=8ab4cba6e973309029860712ab799f87fd245ff5;hp=4a391b6e7ceb9682a2df64023aa98751e88974d1;hb=d492869ab1f18e05121529b7bcffcb637d13994c;hpb=34e7f534e2015466228eb3a78c9857741b736dca diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 4a391b6e7c..8ab4cba6e9 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -39,7 +39,7 @@ void havocbot_setupbot(entity this); void havocbot_movetogoal(entity this); void havocbot_chooserole(entity this); void havocbot_chooseenemy(entity this); -void havocbot_chooseweapon(entity this); +void havocbot_chooseweapon(entity this, .entity weaponentity); void havocbot_bunnyhop(entity this, vector dir); void havocbot_keyboard_movement(entity this, vector destorg);