# HG changeset patch
# User unc0rr
# Date 1225219538 0
# Node ID 75fe933483c725c4dd31538e1674140a9ef25e3f
# Parent  4af291d5d79cfa3345f7778fa532eb6eb4aa7def
Shut up flames debug messages

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);