# HG changeset patch # User Wuzzy # Date 1534019723 -7200 # Node ID 5b58aa82b5dc96ec7d38f68108994956f3da7a1f # Parent cbebd49ba39f176ddb7c2d9d0700569e16730c6f Oops, add forgotten begin/end in uTeams diff -r cbebd49ba39f -r 5b58aa82b5dc hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Sat Aug 11 22:33:40 2018 +0200 +++ b/hedgewars/uTeams.pas Sat Aug 11 22:35:23 2018 +0200 @@ -312,10 +312,12 @@ end; if not PlacingHogs then + begin if (TotalRoundsReal = -1) then TotalRoundsReal:= 0; if (TotalRoundsPre = -1) and (ClansCount = 1) then TotalRoundsPre:= 0; + end; // Determine clan ID to check to determine whether to increase TotalRoundsPre/TotalRoundsReal if (not PlacingHogs) then