hedgewars/HHHandlers.inc
changeset 6099 e6dd54f8d334
parent 6092 fd602b5838ab
child 6116 93e04cddd08e
--- 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