A3XX: Another FMGC bugfix
This commit is contained in:
parent
c542815f03
commit
205eb4feb6
2 changed files with 2 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
4309
|
||||
4310
|
Reference in a new issue