remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.
--- 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