Revert "INITA"

This reverts commit 479b4a2db2.
This commit is contained in:
Jonathan Redpath 2017-05-18 16:29:33 +01:00
parent 479b4a2db2
commit 2decc778d6
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">INIT &lt;--&gt;</format>
<format type="string">INIT</format>
<truncate type="bool">false</truncate>
<font type="string">BoeingCDU-Large.ttf</font>
<property>autopilot/serviceable</property>

View file

@ -33,7 +33,7 @@
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">INIT &lt;--&gt;</format>
<format type="string">INIT</format>
<truncate type="bool">false</truncate>
<font type="string">BoeingCDU-Large.ttf</font>
<property>autopilot/serviceable</property>

View file

@ -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();