hedgewars/uTeams.pas
changeset 3023 a5d0549aebee
parent 2948 3f21a9dc93d0
child 3024 bcbd910c797f
equal deleted inserted replaced
3022:94afd5fc5738 3023:a5d0549aebee
   282 else
   282 else
   283     PlaySound(sndYesSir, CurrentTeam^.voicepack);
   283     PlaySound(sndYesSir, CurrentTeam^.voicepack);
   284 
   284 
   285 if PlacingHogs then
   285 if PlacingHogs then
   286    begin
   286    begin
   287    if CurrentHedgehog^.Unplaced then TurnTimeLeft:= 1000 * (MaxHedgehogs div 4) + 1000
   287    if CurrentHedgehog^.Unplaced then TurnTimeLeft:= 1000 * (MaxHedgehogs div 2) + 1000
   288    else TurnTimeLeft:= 0
   288    else TurnTimeLeft:= 0
   289    end
   289    end
   290 else TurnTimeLeft:= cHedgehogTurnTime
   290 else TurnTimeLeft:= cHedgehogTurnTime
   291 end;
   291 end;
   292 
   292