Vanilla-Conquer
Vanilla-Conquer copied to clipboard
Issues in RA AircraftClass::CanFire()
Three problems here:
- Checks distance to supplied target without first calling Target_Legal(). See this CFEPatch Redux commit.
- Checks orientation against TarCom rather than supplied target. See this CFEPatch Redux commit.
- Checks orientation against TarCom without first calling Target_Legal().