Restore this for now until I figure out why ShowCrosshair is being cleared on last rope
--- 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: