-
Notifications
You must be signed in to change notification settings - Fork 735
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
missile_manpad - add MANPADs and IR seeker #10031
base: missile_aim9
Are you sure you want to change the base?
Conversation
removed IR seeker impl due to it existing in #10022 |
@@ -59,6 +59,7 @@ PREP(mwr_onFired); | |||
PREP(IR_onFired); | |||
|
|||
// Navigation OnFired | |||
PREP(los_onFired); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PREP(los_onFired); | |
PREP(navigationType_lineOfSight); |
I think this is right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, los_onFired
originally was a copy of pronav_onFired
, but I reduced them to the same file for simplicity
When merged this pull request will:
Merge Strategy
Follow #10019
Merge after #10022
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.