From: Mircea Kitsune Date: Sat, 12 Feb 2011 00:28:56 +0000 (+0200) Subject: Make a comment more correct X-Git-Tag: xonotic-v0.5.0~309^2~7^2~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2d2c0f3474b471790573350e50981c443bf3eb6c;p=xonotic%2Fxonotic-data.pk3dir.git Make a comment more correct --- diff --git a/qcsrc/server/bot/havocbot/havocbot.qc b/qcsrc/server/bot/havocbot/havocbot.qc index f7853a575..947a75af8 100644 --- a/qcsrc/server/bot/havocbot/havocbot.qc +++ b/qcsrc/server/bot/havocbot/havocbot.qc @@ -146,7 +146,7 @@ void havocbot_ai() } havocbot_movetogoal(); - // if the bot is not attacking, go through all weapons that aren't fully loaded and reload them to keep them ready + // if the bot is not attacking, consider reloading weapons if not(self.aistatus & AI_STATUS_ATTACKING) { float i;