hedgewars/CCHandlers.inc
changeset 37 2b7f2a43b999
parent 32 78bff13b11c0
child 48 0f396d0c429d
--- a/hedgewars/CCHandlers.inc	Sat Dec 31 13:46:49 2005 +0000
+++ b/hedgewars/CCHandlers.inc	Thu Jan 05 15:54:22 2006 +0000
@@ -232,7 +232,6 @@
 with CurrentTeam.Hedgehogs[CurrentTeam.CurrHedgehog].Gear^,
      CurrentTeam.Hedgehogs[CurrentTeam.CurrHedgehog] do
      begin
-     {$IFDEF DEBUGFILE}AddFileLog('/-attack: Gear.State = '+inttostr(State)+' CurAmmoGear = '+inttostr(longword(CurAmmoGear)));{$ENDIF}
       Message:= Message and not gm_Attack;
       if not CurrentTeam.ExtDriven then SendIPC('a')
      end