From 479b4a2db22b6b74c524083a2eb1f9c4a762172b Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Thu, 18 May 2017 16:28:51 +0100 Subject: [PATCH] INITA --- Models/Instruments/MCDU1/INITA/INITA.xml | 2 +- Models/Instruments/MCDU2/INITA/INITA.xml | 2 +- Nasal/FMGC.nas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/Instruments/MCDU1/INITA/INITA.xml b/Models/Instruments/MCDU1/INITA/INITA.xml index b421dd58..3e6a2961 100644 --- a/Models/Instruments/MCDU1/INITA/INITA.xml +++ b/Models/Instruments/MCDU1/INITA/INITA.xml @@ -33,7 +33,7 @@ center-center yz-plane text-value - INIT + INIT <--> false BoeingCDU-Large.ttf autopilot/serviceable diff --git a/Models/Instruments/MCDU2/INITA/INITA.xml b/Models/Instruments/MCDU2/INITA/INITA.xml index b421dd58..3e6a2961 100644 --- a/Models/Instruments/MCDU2/INITA/INITA.xml +++ b/Models/Instruments/MCDU2/INITA/INITA.xml @@ -33,7 +33,7 @@ center-center yz-plane text-value - INIT + INIT <--> false BoeingCDU-Large.ttf autopilot/serviceable diff --git a/Nasal/FMGC.nas b/Nasal/FMGC.nas index 7869e13c..ac40e8df 100644 --- a/Nasal/FMGC.nas +++ b/Nasal/FMGC.nas @@ -12,7 +12,7 @@ var FMGCinit = func { setprop("/FMGC/status/phase", "0"); # 0 is preflight 1 takeoff 2 climb 3 cruise 4 descent 5 approach 6 go around 7 done setprop("/FMGC/internal/cruise-fl", 10000); setprop("/FMGC/internal/tropo", 36090); - setprop("/FMGC/internal/cost", " "); + setprop("/FMGC/internal/cost", ""); setprop("/FMGC/internal/greendot-kts", 0); phasecheck.start(); greendot.start();