hedgewars/uIO.pas
changeset 12650 eaf719616c7b
parent 11539 c22d292e7266
child 12687 ebb32d3021a5
equal deleted inserted replaced
12649:2837dee472cc 12650:eaf719616c7b
   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         isCursorVisible:= false;
   480         if CurAmmoType = amBee then
       
   481             isCursorVisible:= false;
   481         if not CurrentTeam^.ExtDriven then
   482         if not CurrentTeam^.ExtDriven then
   482             begin
   483             begin
   483             if fromAI then
   484             if fromAI then
   484                 begin
   485                 begin
   485                 TargetPoint.X:= putX;
   486                 TargetPoint.X:= putX;