changeset 7154 | 56e329edf4b8 |
parent 7135 | 4d863aadd0b2 |
child 7165 | aad1aea05f1e |
--- a/hedgewars/uGears.pas Thu May 31 15:14:39 2012 +0400 +++ b/hedgewars/uGears.pas Thu May 31 18:02:30 2012 +0400 @@ -779,6 +779,7 @@ Gear^.Active:= true; Gear^.State:= Gear^.State or gstMoving; + // move the gear upwards a bit to throw it over tiny obstacles at start if TestCollisionXwithGear(Gear, hwSign(Gear^.dX)) then begin if not (TestCollisionXwithXYShift(Gear, _0, -3, hwSign(Gear^.dX))