A3XX: Another FMGC bugfix

This commit is contained in:
Joshua Davidson 2018-01-20 15:09:23 -05:00
parent c542815f03
commit 205eb4feb6
2 changed files with 2 additions and 2 deletions

View file

@ -218,7 +218,7 @@ var systemsLoop = maketimer(0.1, func {
}
if (getprop("/it-autoflight/custom/show-hdg") == 0 and getprop("/it-autoflight/output/lat") != 4) {
setprop("/it-autoflight/input/hdg", math.round(getprop("/orientation/heading-magnetic-deg")));
setprop("/it-autoflight/input/hdg", math.round(getprop("/instrumentation/pfd/heading-scale")));
}
if (getprop("/instrumentation/mk-viii/inputs/discretes/momentary-flap-all-override") == 1 or (getprop("/instrumentation/mk-viii/inputs/discretes/momentary-flap-3-override") == 1 and getprop("/controls/flight/flap-pos") >= 4)) {

View file

@ -1 +1 @@
4309
4310