A3XX: MCDU Bugfix

This commit is contained in:
Joshua Davidson 2017-09-09 21:04:53 -04:00
parent 32115d461d
commit 35da583782
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -1 +1 @@
1467
1468