hedgewars/uGears.pas
changeset 865 a4a5ec6c61d4
parent 862 7c82903753a4
child 867 dc7901b1120e
--- a/hedgewars/uGears.pas	Thu Apr 24 14:49:19 2008 +0000
+++ b/hedgewars/uGears.pas	Thu Apr 24 15:03:57 2008 +0000
@@ -1055,6 +1055,7 @@
           inc(i);
           dec(t, Ammoz[i].Probability)
           end;
+        PlaySound(sndReinforce, false);
         FollowGear^.Pos:= posCaseAmmo;
         FollowGear^.State:= Longword(i)
         end;