Vanilla-Conquer icon indicating copy to clipboard operation
Vanilla-Conquer copied to clipboard

Issues in RA AircraftClass::CanFire()

Open ChthonVII opened this issue 2 years ago • 0 comments

Three problems here:

  1. Checks distance to supplied target without first calling Target_Legal(). See this CFEPatch Redux commit.
  2. Checks orientation against TarCom rather than supplied target. See this CFEPatch Redux commit.
  3. Checks orientation against TarCom without first calling Target_Legal().

ChthonVII avatar Jul 17 '22 15:07 ChthonVII