hedgewars/uTeams.pas
changeset 13652 de2b7bc00d40
parent 13651 56a925256039
child 13654 5b58aa82b5dc
--- 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