hedgewars/GSHandlers.inc
changeset 2202 29508a2924c2
parent 2196 7032f286301b
child 2204 526f8165acce
--- a/hedgewars/GSHandlers.inc	Sun Jun 28 14:39:18 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Sun Jun 28 16:44:04 2009 +0000
@@ -459,8 +459,6 @@
 
 procedure doStepDEagleShot(Gear: PGear);
 begin
-if Ammoz[amDEagle].Ammo.NumPerTurn>CurrentHedgehog^.AttacksNum then
-    AddCaption(inttostr(Ammoz[amDEagle].Ammo.NumPerTurn-CurrentHedgehog^.AttacksNum)+' '+trmsg[sidRemaining], $FFFFFF, capgrpAmmostate);
 PlaySound(sndGun, false, nil);
 Gear^.doStep:= @doStepBulletWork
 end;