diff -r 73119de7d3be -r b4d51b95aa16 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sun Oct 12 17:04:07 2008 +0000 +++ b/hedgewars/uGears.pas Mon Oct 13 12:58:44 2008 +0000 @@ -1145,7 +1145,7 @@ gtCase, gtTarget, gtFlame: begin - {$IFDEF DEBUGFILE}AddFileLog('Damage: ' + inttostr(dmg));{$ENDIF} + //{$IFDEF DEBUGFILE}AddFileLog('Damage: ' + inttostr(dmg));{$ENDIF} if (Mask and EXPLNoDamage) = 0 then begin inc(Gear^.Damage, dmg);