so claymore will quit complaining 'cause he can't think fast enough
authornemo
Fri, 19 Mar 2010 02:06:27 +0000
changeset 3023 a5d0549aebee
parent 3022 94afd5fc5738
child 3024 bcbd910c797f
so claymore will quit complaining 'cause he can't think fast enough
hedgewars/uTeams.pas
--- a/hedgewars/uTeams.pas	Thu Mar 18 23:56:06 2010 +0000
+++ b/hedgewars/uTeams.pas	Fri Mar 19 02:06:27 2010 +0000
@@ -284,7 +284,7 @@
 
 if PlacingHogs then
    begin
-   if CurrentHedgehog^.Unplaced then TurnTimeLeft:= 1000 * (MaxHedgehogs div 4) + 1000
+   if CurrentHedgehog^.Unplaced then TurnTimeLeft:= 1000 * (MaxHedgehogs div 2) + 1000
    else TurnTimeLeft:= 0
    end
 else TurnTimeLeft:= cHedgehogTurnTime