diff -r fa3ddd1ff2a1 -r 34a484b2ddd6 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Thu Oct 15 19:14:22 2009 +0000 +++ b/hedgewars/HHHandlers.inc Thu Oct 15 19:16:50 2009 +0000 @@ -301,6 +301,8 @@ i: Integer; begin Gear^.Message:= gm_Destroy; +if Gear^.Pos = posCaseAmmo then PlaySound(sndShotgunFire, false, nil) +else PlaySound(sndPlaced, false, nil); case Gear^.Pos of posCaseUtility, posCaseAmmo: begin