equal
deleted
inserted
replaced
772 end else |
772 end else |
773 if (Gear^.State and gstLoser) <> 0 then // for now using the jackhammer for its kind of bemused "oops" look |
773 if (Gear^.State and gstLoser) <> 0 then // for now using the jackhammer for its kind of bemused "oops" look |
774 begin |
774 begin |
775 DrawHedgehog(sx, sy, |
775 DrawHedgehog(sx, sy, |
776 hwSign(Gear^.dX), |
776 hwSign(Gear^.dX), |
777 1, |
|
778 2, |
777 2, |
|
778 3, |
779 0); |
779 0); |
780 defaultPos:= false |
780 defaultPos:= false |
781 end else |
781 end else |
782 |
782 |
783 if (Gear^.State and gstHHDriven) <> 0 then |
783 if (Gear^.State and gstHHDriven) <> 0 then |