A3XX: MCDU Bugfix
This commit is contained in:
parent
32115d461d
commit
35da583782
3 changed files with 3 additions and 3 deletions
|
@ -218,7 +218,7 @@ var radnavInput = func(key) {
|
|||
var tfs = size(scratchpad);
|
||||
if (tfs >= 1 and tfs <= 3) {
|
||||
if (scratchpad >= 0 and scratchpad <= 360) {
|
||||
setprop("/instrumentation/nav[1]/radials/selected-deg", scratchpad);
|
||||
setprop("/instrumentation/nav[3]/radials/selected-deg", scratchpad);
|
||||
setprop("/FMGC/internal/vor2crs-set", 1);
|
||||
setprop("/MCDU[0]/scratchpad", "");
|
||||
} else {
|
||||
|
|
|
@ -218,7 +218,7 @@ var radnavInput = func(key) {
|
|||
var tfs = size(scratchpad);
|
||||
if (tfs >= 1 and tfs <= 3) {
|
||||
if (scratchpad >= 0 and scratchpad <= 360) {
|
||||
setprop("/instrumentation/nav[1]/radials/selected-deg", scratchpad);
|
||||
setprop("/instrumentation/nav[3]/radials/selected-deg", scratchpad);
|
||||
setprop("/FMGC/internal/vor2crs-set", 1);
|
||||
setprop("/MCDU[1]/scratchpad", "");
|
||||
} else {
|
||||
|
|
|
@ -1 +1 @@
|
|||
1467
|
||||
1468
|
Reference in a new issue