# HG changeset patch
# User nemo
# Date 1346528699 14400
# Node ID 0e3c2dd9fee63877da2703118d70abaf8e164d31
# Parent  ed7fecd0f5fd2e0a137fe2d0fbe1ed366ddd3c9e
remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.

diff -r ed7fecd0f5fd -r 0e3c2dd9fee6 hedgewars/uWorld.pas
--- 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