Skip "hurry" message if turn is 10s or less
authornemo
Sun, 10 Oct 2010 22:18:38 -0400
changeset 3956 604f08c54a01
parent 3955 d14ecff9502b
child 3957 25b0a62e08de
Skip "hurry" message if turn is 10s or less
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Sun Oct 10 21:43:22 2010 -0400
+++ b/hedgewars/uGears.pas	Sun Oct 10 22:18:38 2010 -0400
@@ -866,6 +866,7 @@
                 and not isInMultiShoot then
                 begin
                 if (TurnTimeLeft = 5000)
+                    and (cHedgehogTurnTime >= 10000)
                     and (not PlacingHogs)
                     and (CurrentHedgehog^.Gear <> nil)
                     and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0) then