A3XX: FMGC Managed Speed bugfix

This commit is contained in:
Joshua Davidson 2017-07-30 15:47:21 -04:00
parent 6f5cdb5348
commit 22a94a693e

View file

@ -208,7 +208,7 @@ var phasecheck = maketimer(0.2, func {
setprop("/systems/pressurization/mode", "TO");
}
if ((aglalt >= reduc_agl_ft) and (alt <= cruiseft) and (phase == "1") and (phase != "4") and (mode != "SRS")) {
if ((alt >= reduc_agl_ft) and (alt <= cruiseft) and (phase == "1") and (phase != "4") and (mode != "SRS")) {
setprop("/FMGC/status/phase", "2");
}