]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix some more things
authorMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 10:42:24 +0000 (21:42 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 24 Jan 2015 10:42:24 +0000 (21:42 +1100)
qcsrc/client/hud.qc
qcsrc/server/bot/havocbot/roles.qc

index 492e65ba8f0b3050476baa59ae55ada11b672482..9e240048f01b7d4d9afe7d802a47af7b555390cd 100644 (file)
@@ -1015,7 +1015,7 @@ void HUD_Ammo(void)
        ammo_size = eX * mySize_x*(1/columns) + eY * mySize_y*(1/rows);
        
 
-       local vector offset = '0 0 0'; // fteqcc sucks
+       vector offset = '0 0 0'; // fteqcc sucks
        float newSize;
        if(ammo_size_x/ammo_size_y > 3)
        {
index 7e3ddbb4340dd820253fccc87b5d2d2449ae2af1..c32161d902050160762c025887ae00da41c27580 100644 (file)
@@ -153,7 +153,7 @@ void havocbot_goalrating_enemyplayers(float ratingscale, vector org, float sradi
 {
        entity head;
        float t, noteam, distance;
-       noteam = ((self.team == 0) || !teamplay); // fteqcc sucks
+       noteam = ((self.team == 0) || !teamplay);
 
        if (autocvar_bot_nofire)
                return;