From b7cf8f11d6f69b2312a68c3b5b050f408c6c3ff8 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 30 Nov 2017 15:12:04 -0500 Subject: [PATCH] A3XX: FMGC bugfix --- Nasal/FMGC-c.nas | 2 +- revision.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nasal/FMGC-c.nas b/Nasal/FMGC-c.nas index 794efe97..2b1faa02 100644 --- a/Nasal/FMGC-c.nas +++ b/Nasal/FMGC-c.nas @@ -247,7 +247,7 @@ var locupdate = maketimer(0.5, func { var newlat = getprop("/modes/pfd/fma/roll-mode"); var nav_defl = getprop("/instrumentation/nav[0]/heading-needle-deflection-norm"); if (lat == "LOC") { - if (nav_defl > -0.15 and nav_defl < 0.15) { + if (nav_defl > -0.06 and nav_defl < 0.06) { locupdate.stop(); if (newlat != "LOC") { setprop("/modes/pfd/fma/roll-mode", "LOC"); diff --git a/revision.txt b/revision.txt index 14964db9..b52b8b63 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4046 \ No newline at end of file +4047 \ No newline at end of file