diff -r 90694bfc6959 -r dbcb2d531fad hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Jan 08 15:43:40 2009 +0000 +++ b/hedgewars/GSHandlers.inc Thu Jan 08 15:49:38 2009 +0000 @@ -133,7 +133,7 @@ begin case Gear^.Kind of gtAmmo_Bomb: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound); - gtBall: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 15, EXPLAutoSound); + gtBall: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 40, EXPLAutoSound); gtClusterBomb: begin doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 20, EXPLAutoSound); for i:= 0 to 4 do