1
0
Fork 0

Fix missing variable in emesary

This commit is contained in:
Jonathan Redpath 2022-05-08 19:58:36 +01:00
parent b2df44ab28
commit 24b40e8fab

View file

@ -1671,6 +1671,7 @@ var canvas_pfd = {
notification.ASItrendIsShown = 0; notification.ASItrendIsShown = 0;
notification.Ctrgt = 0; notification.Ctrgt = 0;
notification.flapMaxSpeed = 0; notification.flapMaxSpeed = 0;
notification.fmgcTakeoffState = nil;
notification.Ftrgt = 0; notification.Ftrgt = 0;
notification.Strgt = 0; notification.Strgt = 0;
notification.showV1 = 0; notification.showV1 = 0;