]> git.mxchange.org Git - flightgear.git/commitdiff
Initialize a couple values before using them.
authorcurt <curt>
Tue, 13 May 2003 11:35:35 +0000 (11:35 +0000)
committercurt <curt>
Tue, 13 May 2003 11:35:35 +0000 (11:35 +0000)
src/Controls/controls.cxx

index 8ce911f843412788a2ad3bf6e7ebb80f5d8c7e73..f4817d5cd3fa7fd579aa2fe686df9a4d9afb6b26 100644 (file)
@@ -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;
     }