# HG changeset patch
# User unc0rr
# Date 1259254263 0
# Node ID 097e3baa13055720bdf1846b3b5a969a0ac918c8
# Parent  b08cafb8679780a66617f2fc5f1f2ea985196a35
A message to help debug

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;