# HG changeset patch # User nemo # Date 1269711926 0 # Node ID 77cfee30b952fd0cd4776c692485a1a33e6c4fc2 # Parent 85272d1d4fa3505fdc8a6497f1e49a6243e732e0 Restore this for now until I figure out why ShowCrosshair is being cleared on last rope diff -r 85272d1d4fa3 -r 77cfee30b952 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Mar 27 17:40:42 2010 +0000 +++ b/hedgewars/uGears.pas Sat Mar 27 17:45:26 2010 +0000 @@ -962,7 +962,7 @@ if (Gear^.State and gstHHDriven) <> 0 then begin if ((Gear^.State and gstHHThinking) = 0) and - ShowCrosshair and + (ShowCrosshair or ((CurAmmoGear <> nil) and (CurAmmoGear^.Kind = gtRope))) and ((Gear^.State and (gstAttacked or gstAnimation)) = 0) then begin (* These calculations are a little complex for a few reasons: