# HG changeset patch # User nemo # Date 1318053922 14400 # Node ID e6dd54f8d3341e8369d3dd9c0cfc00513734a4df # Parent 959219241c6747f4ac836bddf6f89d2b09a779b8 Another flag that was relying on this routine to clear it... diff -r 959219241c67 -r e6dd54f8d334 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Oct 08 01:27:43 2011 -0400 +++ b/hedgewars/HHHandlers.inc Sat Oct 08 02:05:22 2011 -0400 @@ -1083,7 +1083,7 @@ begin if Gear^.Timer = 0 then begin - Gear^.State:= Gear^.State and not (gstWait or gstLoser or gstWinner); + Gear^.State:= Gear^.State and not (gstWait or gstLoser or gstWinner or gstAttacked); Gear^.Active:= false; AddGearCI(Gear); exit