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