]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/steam.cxx
Save state before drawing '3d' panel, and then restore it after.
[flightgear.git] / src / Cockpit / steam.cxx
index 39583312af817cef6ced7bad010bdacc75e443ce..c947325ee8b5c151e00bdacc3ac370a03ace6062 100644 (file)
@@ -54,21 +54,22 @@ static bool isTied = false;
 ////////////////////////////////////////////////////////////////////////
 
 FGSteam::FGSteam ()
-  : the_STATIC_inhg(29.92),
+  : 
     the_ALT_ft(0.0),
     the_ALT_datum_mb(1013.0),
-    the_VSI_case(29.92),
-    the_VSI_fps(0.0),
+    the_TC_rad(0.0),
+    the_TC_std(0.0),
+    the_STATIC_inhg(29.92),
     the_VACUUM_inhg(0.0),
-    the_MH_err(0.0),
+    the_VSI_fps(0.0),
+    the_VSI_case(29.92),
     the_MH_deg(0.0),
     the_MH_degps(0.0),
-    the_DG_err(0.0),
+    the_MH_err(0.0),
     the_DG_deg(0.0),
     the_DG_degps(0.0),
     the_DG_inhg(0.0),
-    the_TC_rad(0.0),
-    the_TC_std(0.0),
+    the_DG_err(0.0),
     _UpdateTimePending(1000000)
 {
 }