diff --git a/Models/Instruments/MCDU1/INITA/INITA.xml b/Models/Instruments/MCDU1/INITA/INITA.xml index 3e6a2961..b421dd58 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 3e6a2961..b421dd58 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 ac40e8df..7869e13c 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();