Skip to content

Commit

Permalink
Fix to support the change to the ED Hornet UFC cueing indicator chara…
Browse files Browse the repository at this point in the history
…cter mentioned in #854
  • Loading branch information
BlueFinBima committed Dec 22, 2024
1 parent 0c07082 commit 628717a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Aircraft FA-18C Plugin/Aircraft FA-18C Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
</Content>
<None Include="app.config" />
<None Include="Gauges\IFEI\IFEI.psd" />
<None Include="Gauges\UFC\UFC Faceplate.psd" />
<Content Include="Templates\Base\FA-18C\3 Panels\UFC.htpl">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Binary file removed Aircraft FA-18C Plugin/Gauges/UFC/UFC Faceplate.psd
Binary file not shown.
2 changes: 1 addition & 1 deletion Aircraft FA-18C Plugin/Gauges/UFC/UFC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class UFC_FA18C : FA18CDevice
private string _font = "MS 33558";
private string _ufcNumbers16 = "`0=«;`1=¬;`2=Ð;`3=®;`4=¯;`5=°;`6=±;`7=²;`8=³;`9=´;~0=µ;0=¡;1=¢;2=£;3=¤;4=¥;5=¦;6=§;7=¨;8=©;9=ª;_=É;!=È"; //Numeric mapping into characters in the UFC font
private string _ufcNumbers16Tens = "`0=«;`1=¬;`2=Ð;`3=®;`4=¯;`5=°;`6=±;`7=²;`8=³;`9=´;~0=µ;a=Ñ;b=Ñ;c=Ñ;`=Ò;2=Ó;~=Ó;3=Ô;e=Ô;f=Ô;g=Ô;4=Õ;h=Õ;i=Õ;j=Õ;5=Ö;k=Ö;6=×;l=×;7=Ø;m=Ø;n=Ø;o=Ø;8=Ù;q=Ù;s=Ù;9=Ú;t=Ú;u=Ú;v=Ú;_=É;!=È"; //Numeric mapping into characters in the UFC font
private string _ufcCueing = "!=È";
private string _ufcCueing = "!=È;|=È";

public UFC_FA18C()
: base("UFC", new Size(602, 470))
Expand Down

0 comments on commit 628717a

Please sign in to comment.