Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissileGuidance - Active Radar Homing: Use AGL for nearestObjects check #8045

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

TheCandianVendingMachine
Copy link
Contributor

When merged this pull request will:

  • Fix bug where AGM-114L used positionASL instead of positionAGL to check for targets

When developing I always used Altis near sea level for moving targets. This caused me to not catch this. Whoops

@@ -70,7 +71,7 @@ if (_isActive || { CBA_missionTime >= _timeWhenActive }) then {
};
};
_nearestObjects = _nearestObjects select { !isNull _x };

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@jonpas jonpas added the kind/bug-fix Release Notes: **FIXED:** label Dec 13, 2020
@jonpas jonpas added this to the 3.13.6 milestone Dec 13, 2020
@jonpas
Copy link
Member

jonpas commented Dec 13, 2020

I meant the spaces on the empty line. Empty line itself is fine. :D

@PabstMirror PabstMirror changed the title Active Radar Homing: Use AGL for nearestObjects check MissileGuidance - Active Radar Homing: Use AGL for nearestObjects check Dec 16, 2020
@PabstMirror PabstMirror merged commit 4058a7e into acemod:master Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants