Bugfix...
This commit is contained in:
parent
2a7d7d4a31
commit
f48ba2f9d9
1 changed files with 2 additions and 2 deletions
|
@ -124,10 +124,10 @@ var vertRev = {
|
|||
updateR5: func() {
|
||||
if (getprop("FMGC/internal/cruise-lvl-set") and (getprop("FMGC/status/phase") < 4 or getprop("FMGC/status/phase") == 7)) {
|
||||
me.R5 = ["STEP ALTS ", nil, "wht"];
|
||||
me.arrows[1][4] = 1;
|
||||
me.arrowsMatrix[1][4] = 1;
|
||||
} else {
|
||||
me.R5 = [nil, nil, "ack"];
|
||||
me.arrows[1][4] = 0;
|
||||
me.arrowsMatrix[1][4] = 0;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue