From d03087c3dff6de27f47a64a0569837441c9d8629 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 13 May 2003 11:35:35 +0000 Subject: [PATCH] Initialize a couple values before using them. --- src/Controls/controls.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Controls/controls.cxx b/src/Controls/controls.cxx index 8ce911f84..f4817d5cd 100644 --- a/src/Controls/controls.cxx +++ b/src/Controls/controls.cxx @@ -88,6 +88,7 @@ FGControls::FGControls() : APU_bleed( false ), mode( 0 ), dump( false ), + outflow_valve( 0.0 ), taxi_light( false ), logo_lights( false ), nav_lights( false ), @@ -196,6 +197,7 @@ FGControls::init () reverser[engine] = false; water_injection[engine] = false; nitrous_injection[engine] = false; + cowl_flaps_norm[engine] = 0.0; condition[engine] = 0; }