diff -r 56a925256039 -r de2b7bc00d40 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Sat Aug 11 21:43:55 2018 +0200 +++ b/hedgewars/uTeams.pas Sat Aug 11 22:28:05 2018 +0200 @@ -314,6 +314,8 @@ if not PlacingHogs then if (TotalRoundsReal = -1) then TotalRoundsReal:= 0; + if (TotalRoundsPre = -1) and (ClansCount = 1) then + TotalRoundsPre:= 0; // Determine clan ID to check to determine whether to increase TotalRoundsPre/TotalRoundsReal if (not PlacingHogs) then