]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make a comment more correct
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 12 Feb 2011 00:28:56 +0000 (02:28 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 12 Feb 2011 00:28:56 +0000 (02:28 +0200)
qcsrc/server/bot/havocbot/havocbot.qc

index f7853a5757089710519b31e26da1d1c2890d6c3b..947a75af83428afd52df68de601705032a7f2206 100644 (file)
@@ -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;