A3XX: Improve PFD FMA
PFD: Remove HDG arm annunciator,, doesn't exist in real life
This commit is contained in:
parent
7e16d5a3e9
commit
9028eabdc8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ setlistener("/it-autoflight/mode/arm", func {
|
|||
var newarm = getprop("/modes/pfd/fma/roll-mode-armed");
|
||||
if (arm == "HDG") {
|
||||
if (newarm != "HDG") {
|
||||
setprop("/modes/pfd/fma/roll-mode-armed", "HDG");
|
||||
setprop("/modes/pfd/fma/roll-mode-armed", " ");
|
||||
}
|
||||
} else if (arm == "LNV") {
|
||||
if (newarm != "NAV") {
|
||||
|
|
Reference in a new issue