diff -r 71c2310a6f41 -r ebc6dfca60d4 hedgewars/HHHandlers.inc --- 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