]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_ctrl.hxx
Set the format default to float instead of int.
[flightgear.git] / src / Environment / environment_ctrl.hxx
index d0aabc3a16f09b9474c40e0bb2ff5e9dd5d3024c..bb3460484ff1c626838b8cdf33ae779d83ecb3e6 100644 (file)
@@ -217,7 +217,7 @@ private:
         ~MetarThread() {}
 
         /**
-         * Fetched the metar data from the NOAA.
+         * Fetche the metar data from the NOAA.
          */
         void run();
 
@@ -248,7 +248,12 @@ private:
      * Thread cleanup handler.
      */
     friend void metar_cleanup_handler( void* );
+
 #endif // ENABLE_THREADS
+
+    int _error_count;
+    double _dt;
+    double _error_dt;
 };
 
 #endif // _ENVIRONMENT_CTRL_HXX