hedgewars/uTeams.pas
changeset 13654 5b58aa82b5dc
parent 13652 de2b7bc00d40
child 13755 6908d1e65cdc
--- 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