diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 56c27ea0..c84c6139 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -215,9 +215,9 @@ ND1 Aircraft/IDG-A32X/Models/Instruments/ND/ND_L.xml - -0.55475 + -0.55415 -0.35198 - 0.22255 + 0.22256 -16.534 @@ -238,9 +238,9 @@ ND2 Aircraft/IDG-A32X/Models/Instruments/ND/ND_R.xml - -0.55475 + -0.55415 0.35198 - 0.22255 + 0.22256 -16.534 diff --git a/Models/Instruments/PFD/PFD.nas b/Models/Instruments/PFD/PFD.nas index 3b72a22e..916e125a 100644 --- a/Models/Instruments/PFD/PFD.nas +++ b/Models/Instruments/PFD/PFD.nas @@ -217,7 +217,7 @@ var canvas_PFD_base = { } if (ac2.getValue() >= 110) { - if (acconfig.getValue != 1 and du6_test.getValue() != 1) { + if (acconfig.getValue() != 1 and du6_test.getValue() != 1) { du6_test.setValue(1); du6_test_amount.setValue(math.round((rand() * 5 ) + 35, 0.1)); du6_test_time.setValue(elapsedtime_act); diff --git a/revision.txt b/revision.txt index e17d7a4a..31d0253a 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4643 \ No newline at end of file +4644 \ No newline at end of file