Shut up flames debug messages
authorunc0rr
Tue, 28 Oct 2008 18:45:38 +0000
changeset 1434 75fe933483c7
parent 1433 4af291d5d79c
child 1435 d4b32ee3caa6
Shut up flames debug messages
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);