hedgewars/uIO.pas
changeset 12687 ebb32d3021a5
parent 12650 eaf719616c7b
child 12736 7cbb0241d31c
equal deleted inserted replaced
12686:d5e09024d722 12687:ebb32d3021a5
   475 
   475 
   476 with CurrentHedgehog^.Gear^,
   476 with CurrentHedgehog^.Gear^,
   477     CurrentHedgehog^ do
   477     CurrentHedgehog^ do
   478     if (State and gstChooseTarget) <> 0 then
   478     if (State and gstChooseTarget) <> 0 then
   479         begin
   479         begin
   480         if CurAmmoType = amBee then
   480         if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoTargetAfter) <> 0 then
   481             isCursorVisible:= false;
   481             isCursorVisible:= false;
   482         if not CurrentTeam^.ExtDriven then
   482         if not CurrentTeam^.ExtDriven then
   483             begin
   483             begin
   484             if fromAI then
   484             if fromAI then
   485                 begin
   485                 begin