changeset 2642 | 097e3baa1305 |
parent 2635 | 80d02d3e24ae |
child 2645 | 89aa2aa89066 |
--- 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;