A3XX: Fix multiple bugs in FMGC
This commit is contained in:
parent
9b5735e8a6
commit
c66111be74
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ var phasecheck = maketimer(0.2, func {
|
|||
setprop("/FMGC/status/phase", "2");
|
||||
}
|
||||
|
||||
if (alt >= cruiseft_b and phase == "2" and (mode == "ALT" or mode == "ALT CRZ")) {
|
||||
if (alt >= cruiseft_b and phase == "2" and (mode == "ALT" or mode == mode == "ALT*" or mode == "ALT CRZ")) {
|
||||
setprop("/FMGC/status/phase", "3");
|
||||
setprop("/systems/pressurization/mode", "CR");
|
||||
}
|
||||
|
|
Reference in a new issue