diff -r c5967f360beb -r 96efb3bbf8e3 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Wed Nov 03 12:28:44 2010 -0400 +++ b/hedgewars/uTeams.pas Wed Nov 03 13:00:17 2010 -0400 @@ -397,8 +397,8 @@ inc(th, Hedgehogs[0].Gear^.Health); if th > MaxTeamHealth then MaxTeamHealth:= th end - else Hedgehogs[0].Gear^.Health:= h - Hedgehogs[0].InitialHealth:= Hedgehogs[0].Gear^.Health; + else Hedgehogs[0].Gear^.Health:= h; + Hedgehogs[0].InitialHealth:= Hedgehogs[0].Gear^.Health end; end;