diff --git a/CoordinateConverter/DCS/Aircraft/AH64/AH64TSDOptionData.cs b/CoordinateConverter/DCS/Aircraft/AH64/AH64TSDOptionData.cs index af55316..05d648e 100644 --- a/CoordinateConverter/DCS/Aircraft/AH64/AH64TSDOptionData.cs +++ b/CoordinateConverter/DCS/Aircraft/AH64/AH64TSDOptionData.cs @@ -1226,7 +1226,8 @@ public List GenerateCommands(bool isPilot) EPhase currentPhase = startingCondition.Phase; int mfd = isPilot ? (int)AH64.EDeviceCode.PLT_RMFD : (int)AH64.EDeviceCode.CPG_RMFD; - List commands = new List() + var commands = new List() + // var commands = new DebugCommandList() { new DCSCommand(mfd, (int)AH64.EKeyCode.MFD_TSD) }; @@ -1331,6 +1332,9 @@ public List GenerateCommands(bool isPilot) if (HasNavPhaseData || HasAtkPhaseData || HasVisData) { + // Show page + commands.Add(new DCSCommand(mfd, (int)AH64.EKeyCode.MFD_T3)); + if (currentPhase == EPhase.Attack && HasNavPhaseData) { commands.Add(new DCSCommand(mfd, (int)AH64.EKeyCode.MFD_B2)); diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index c471440..17e3556 100644 --- a/CoordinateConverter/MainForm.cs +++ b/CoordinateConverter/MainForm.cs @@ -20,7 +20,7 @@ namespace CoordinateConverter /// public partial class MainForm : Form { - private readonly GitHub.Version VERSION = new GitHub.Version(0, 9, 0); + private readonly GitHub.Version VERSION = new GitHub.Version(0, 9, 1); #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member public static readonly Color ERROR_COLOR = Color.Pink; diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index 8ecbd26..b4b3d74 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -1,9 +1,9 @@  - Version=0.9.0 + Version=0.9.1 - Version=0.9.0 + Version=0.9.1