equal
deleted
inserted
replaced
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 |