Skip to content

Commit

Permalink
sort st, add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Nov 23, 2024
1 parent df3cec8 commit 27029f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions addons/missile_aim120/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<Key ID="STR_ACE_MISSILE_AIM120_a_1x">
<English>1x AIM-120A [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_aim120">
<English>AIM-120 [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_c">
<English>AIM-120C [ACE]</English>
</Key>
Expand All @@ -25,20 +28,17 @@
<Key ID="STR_ACE_MISSILE_AIM120_d_2x">
<English>2x AIM-120D [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_r77">
<English>R-77 [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_r77_1x">
<English>1x R-77 [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_aim120">
<English>AIM-120 [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_direct">
<English>Direct</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_loft">
<English>Loft</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_r77">
<English>R-77 [ACE]</English>
</Key>
<Key ID="STR_ACE_MISSILE_AIM120_r77_1x">
<English>1x R-77 [ACE]</English>
</Key>
</Package>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (_isActive || { CBA_missionTime >= _timeWhenActive }) then {
};
} else {
if (GVAR(debug_drawGuidanceInfo)) then {
_seekerTypeName = "DOPPLER - EXT";
_seekerTypeName = "DOPPLER - EXT"; //IGNORE_PRIVATE_WARNING ["_seekerTypeName"]; // from doSeekerSearch
};
// External radar homing
// if the target is in the remote targets for the side, whoever the donor is will "datalink" the target for the hellfire.
Expand Down

0 comments on commit 27029f9

Please sign in to comment.