From c63e89a69cf9fd902142b1212733e4b9ae0dbeb6 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Wed, 20 Sep 2017 11:24:16 -0400 Subject: [PATCH] A3XX: Fix FMGC errors in pause startup (i think) --- Nasal/FMGC-b.nas | 3 +++ revision.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Nasal/FMGC-b.nas b/Nasal/FMGC-b.nas index 11b80653..69044cb8 100644 --- a/Nasal/FMGC-b.nas +++ b/Nasal/FMGC-b.nas @@ -9,6 +9,9 @@ # IT-AUTOFLIGHT Based Autopilot # ################################# +setprop("/it-autoflight/internal/vert-speed-fpm", 0); +setprop("/it-autoflight/internal/heading-5-sec-ahead", 0); + setlistener("/sim/signals/fdm-initialized", func { var trueSpeedKts = getprop("/instrumentation/airspeed-indicator/true-speed-kt"); var locdefl = getprop("/instrumentation/nav[0]/heading-needle-deflection-norm"); diff --git a/revision.txt b/revision.txt index 5303ac12..894a5ad6 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -1509 \ No newline at end of file +1510 \ No newline at end of file