diff -r b08cafb86797 -r 097e3baa1305 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Wed Nov 25 04:27:53 2009 +0000 +++ b/hedgewars/CCHandlers.inc Thu Nov 26 16:51:03 2009 +0000 @@ -519,6 +519,7 @@ end; SendIPCXY('p', TargetPoint.X, TargetPoint.Y); end; + {$IFDEF DEBUGFILE}AddFilelog('put: ' + inttostr(TargetPoint.X) + ', ' + inttostr(TargetPoint.Y));{$ENDIF} State:= State and not gstHHChooseTarget; if (Ammo^[CurSlot, CurAmmo].Propz and ammoprop_AttackingPut) <> 0 then Message:= Message or gm_Attack;