hedgewars/HHHandlers.inc
branchhedgeroid
changeset 5341 479b4108789a
parent 5287 ffc1475a4afd
child 5313 5e18eaef65d0
--- a/hedgewars/HHHandlers.inc	Fri Jun 24 09:36:59 2011 +0200
+++ b/hedgewars/HHHandlers.inc	Fri Jun 24 09:54:39 2011 +0200
@@ -380,7 +380,7 @@
         else
             begin
             OnUsedAmmo(CurrentHedgehog^);
-            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and ((GameFlags and gfInfAttack) = 0) then
+            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and (((GameFlags and gfInfAttack) = 0) or PlacingHogs) then
                 begin
                 if TagTurnTimeLeft = 0 then TagTurnTimeLeft:= TurnTimeLeft;
                 TurnTimeLeft:=(Ammoz[a].TimeAfterTurn * cGetAwayTime) div 100;