hedgewars/uTeams.pas
changeset 13654 5b58aa82b5dc
parent 13652 de2b7bc00d40
child 13755 6908d1e65cdc
equal deleted inserted replaced
13653:cbebd49ba39f 13654:5b58aa82b5dc
   310         end;
   310         end;
   311 
   311 
   312     end;
   312     end;
   313 
   313 
   314 if not PlacingHogs then
   314 if not PlacingHogs then
       
   315     begin
   315     if (TotalRoundsReal = -1) then
   316     if (TotalRoundsReal = -1) then
   316         TotalRoundsReal:= 0;
   317         TotalRoundsReal:= 0;
   317     if (TotalRoundsPre = -1) and (ClansCount = 1) then
   318     if (TotalRoundsPre = -1) and (ClansCount = 1) then
   318         TotalRoundsPre:= 0;
   319         TotalRoundsPre:= 0;
       
   320     end;
   319 
   321 
   320 // Determine clan ID to check to determine whether to increase TotalRoundsPre/TotalRoundsReal
   322 // Determine clan ID to check to determine whether to increase TotalRoundsPre/TotalRoundsReal
   321 if (not PlacingHogs) then
   323 if (not PlacingHogs) then
   322     begin
   324     begin
   323     if SwapClanPre = -1 then
   325     if SwapClanPre = -1 then