diff -r 4af291d5d79c -r 75fe933483c7 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Oct 28 18:42:21 2008 +0000 +++ b/hedgewars/uGears.pas Tue Oct 28 18:45:38 2008 +0000 @@ -1126,7 +1126,7 @@ dmg, dmgRadius: LongInt; begin TargetPoint.X:= NoPointX; -{$IFDEF DEBUGFILE}if Radius > 3 then AddFileLog('Explosion: at (' + inttostr(x) + ',' + inttostr(y) + ')');{$ENDIF} +{$IFDEF DEBUGFILE}if Radius > 4 then AddFileLog('Explosion: at (' + inttostr(x) + ',' + inttostr(y) + ')');{$ENDIF} if (Radius > 10) then AddGear(X, Y, gtExplosion, 0, _0, _0, 0); if (Mask and EXPLAutoSound) <> 0 then PlaySound(sndExplosion, false);