diff -r 366adfa1a727 -r 7a5db822fd3f hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Tue Sep 06 19:09:39 2005 +0000 +++ b/hedgewars/uTeams.pas Wed Sep 07 18:51:53 2005 +0000 @@ -228,7 +228,8 @@ Gear.State:= Gear.State and not gstHHChooseTarget; AdjustMPoint; isCursorVisible:= false - end + end; + ShowCrosshair:= (Propz and ammoprop_NoCrosshair) = 0 end end end;