hedgewars/uWorld.pas
changeset 7645 0e3c2dd9fee6
parent 7644 ed7fecd0f5fd
child 7721 2b1ad418ba39
--- a/hedgewars/uWorld.pas	Sat Sep 01 21:36:57 2012 +0200
+++ b/hedgewars/uWorld.pas	Sat Sep 01 15:44:59 2012 -0400
@@ -1330,11 +1330,10 @@
 
         // draw health bars right border
         inc(r.x, cTeamHealthWidth + 2);
-        if TeamHealth = 0 then inc(r.x);
         r.w:= 3;
         DrawTextureFromRect(TeamHealthBarWidth + 16, cScreenHeight + DrawHealthY + smallScreenOffset, @r, HealthTex);
 
-        if not highlight and (not hasGone) and (TeamHealth > 1) then
+        if not highlight and (not hasGone) then
             for i:= 0 to cMaxHHIndex do
                 if Hedgehogs[i].Gear <> nil then
                     begin