diff -r 88714b6f3676 -r d23f8a25fc3f hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Nov 13 03:26:14 2010 +0100 +++ b/hedgewars/uGears.pas Fri Nov 12 21:30:00 2010 -0500 @@ -298,7 +298,7 @@ gear^.ImpactSound:= sndGrenadeImpact; gear^.nImpactSounds:= 1; gear^.AdvBounce:= 1; - gear^.Radius:= 6; + gear^.Radius:= 5; gear^.Elasticity:= _0_8; gear^.Friction:= _0_8; gear^.RenderTimer:= true; @@ -308,7 +308,7 @@ gear^.ImpactSound:= sndMelonImpact; gear^.nImpactSounds:= 1; gear^.AdvBounce:= 1; - gear^.Radius:= 4; + gear^.Radius:= 6; gear^.Elasticity:= _0_8; gear^.Friction:= _0_995; gear^.RenderTimer:= true;