diff -r d231e007452a -r 2c1675344a6f hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sun May 11 19:21:58 2008 +0000 +++ b/hedgewars/CCHandlers.inc Sun May 11 19:30:40 2008 +0000 @@ -348,11 +348,10 @@ end; SendIPCXY('p', TargetPoint.X, TargetPoint.Y); end; - State:= State and not gstHHChooseTarget; + State:= State and not gstHHChooseTarget; if (Ammo^[CurSlot, CurAmmo].Propz and ammoprop_AttackingPut) <> 0 then Message:= Message or gm_Attack; end else if CurrentTeam^.ExtDriven then OutError('got /put while not being in choose target mode', false) - end; procedure chPut(var s: shortstring);