A33X: FMGC bugfix

This commit is contained in:
Joshua Davidson 2018-01-20 14:40:44 -05:00
parent 76d5ecb477
commit c542815f03
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ var APinit = func {
setprop("/it-autoflight/mode/vert", " ");
setprop("/it-autoflight/input/spd-kts", 100);
setprop("/it-autoflight/input/spd-mach", 0.50);
setprop("/it-autoflight/custom/show-hdg", 0);
setprop("/it-autoflight/custom/show-hdg", 1);
trkfpa_off();
ap_varioust.start();
thrustmode();

View file

@ -1 +1 @@
4308
4309