Aaaand another flag that used to be cleared here...
authornemo
Sun, 09 Oct 2011 21:47:47 -0400
changeset 6116 93e04cddd08e
parent 6115 485cfecadc9a
child 6117 2a4829172a29
Aaaand another flag that used to be cleared here...
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