hedgewars/uWorld.pas
changeset 7644 ed7fecd0f5fd
parent 7503 deaeac102355
child 7645 0e3c2dd9fee6
--- a/hedgewars/uWorld.pas	Sat Sep 01 12:09:59 2012 -0400
+++ b/hedgewars/uWorld.pas	Sat Sep 01 21:36:57 2012 +0200
@@ -1307,6 +1307,7 @@
 else smallScreenOffset:= 0;
 for t:= 0 to Pred(TeamsCount) do
     with TeamsArray[t]^ do
+      if TeamHealth > 0 then
         begin
         h:= 0;
         highlight:= bShowFinger and (CurrentTeam = TeamsArray[t]) and ((RealTicks mod 1000) < 500);