From 390b9d751a03ebd4bafcba0c3b23d94512110944 Mon Sep 17 00:00:00 2001 From: Josh Davidson Date: Sun, 19 Apr 2020 00:01:55 -0400 Subject: [PATCH] FMGC: Fix incorrect variable init --- Nasal/FMGC/FMGC-b.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/FMGC/FMGC-b.nas b/Nasal/FMGC/FMGC-b.nas index 06136665..eb9be5cd 100644 --- a/Nasal/FMGC/FMGC-b.nas +++ b/Nasal/FMGC/FMGC-b.nas @@ -151,7 +151,7 @@ var Text = { lat: props.globals.initNode("/it-autoflight/mode/lat", "T/O", "STRING"), thr: props.globals.initNode("/it-autoflight/mode/thr", "PITCH", "STRING"), vert: props.globals.initNode("/it-autoflight/mode/vert", "T/O CLB", "STRING"), - vertTemp: 0, + vertTemp: "T/O CLB", }; var Setting = {