hedgewars/HHHandlers.inc
changeset 1865 ebc6dfca60d4
parent 1861 98de5dc5fda7
child 1883 7c7476f56114
--- a/hedgewars/HHHandlers.inc	Fri Mar 06 13:50:40 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Sat Mar 07 17:42:54 2009 +0000
@@ -492,6 +492,7 @@
 if (not isFalling) and
    (hwAbs(Gear^.dX) + hwAbs(Gear^.dY) < _0_03) then
    begin
+   Gear^.State:= Gear^.State and not gstWinner;
    Gear^.State:= Gear^.State and not gstMoving;
    SetLittle(Gear^.dX);
    Gear^.dY:= _0