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