1
0
Fork 0

Fix MMO not showing on PFD

This commit is contained in:
legoboyvdlp R 2020-11-24 19:21:58 +00:00
parent c7ba88dc23
commit 20b4d4e767
3 changed files with 1 additions and 5 deletions

View file

@ -753,9 +753,6 @@
<overspeed-roll-back type="bool">0</overspeed-roll-back>
</protections>
<spd-hld type="bool">0</spd-hld>
<speeds>
<vmo-mmo type="int">350</vmo-mmo>
</speeds>
</it-fbw>
<FMGC n="0">

View file

@ -1278,7 +1278,6 @@ var canvas_PFD_1 = {
}
me["ASI_scale"].setTranslation(0, me.ASI * 6.6);
if (fbw.FBW.Computers.fac1.getValue() or fbw.FBW.Computers.fac2.getValue()) {
me["ASI_max"].setTranslation(0, me.ASImax * -6.6);
me["ASI_max"].show();

View file

@ -669,7 +669,7 @@ var masterFMGC = maketimer(0.2, func {
} elsif (pts.Gear.position[0].getValue() != 0 or pts.Gear.position[1].getValue() != 0 or pts.Gear.position[2].getValue() != 0) {
FMGCInternal.maxspeed = 284;
} else {
FMGCInternal.maxspeed = getprop("/it-fbw/speeds/vmo-mmo");
FMGCInternal.maxspeed = fmgc.FMGCInternal.vmo_mmo;
}
############################