# HG changeset patch # User nemo # Date 1318211267 14400 # Node ID 93e04cddd08ea9c9850b8865f2d939ec363e856b # Parent 485cfecadc9aa72cb2d30c9700781317744577a6 Aaaand another flag that used to be cleared here... diff -r 485cfecadc9a -r 93e04cddd08e hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Mon Oct 10 02:50:01 2011 +0200 +++ b/hedgewars/HHHandlers.inc Sun Oct 09 21:47:47 2011 -0400 @@ -1083,7 +1083,7 @@ begin if Gear^.Timer = 0 then begin - Gear^.State:= Gear^.State and not (gstWait or gstLoser or gstWinner or gstAttacked); + Gear^.State:= Gear^.State and not (gstWait or gstLoser or gstWinner or gstAttacked or gstNotKickable); Gear^.Active:= false; AddGearCI(Gear); exit