changeset 3121 | 77cfee30b952 |
parent 3118 | 1320933fd651 |
child 3123 | b0a02930a1dc |
--- 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: