]> git.mxchange.org Git - flightgear.git/commitdiff
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
authorehofman <ehofman>
Sat, 21 Feb 2004 15:20:41 +0000 (15:20 +0000)
committerehofman <ehofman>
Sat, 21 Feb 2004 15:20:41 +0000 (15:20 +0000)
src/Environment/environment_ctrl.cxx

index 0e0d4dc2cd5ec9f95d85fecc5a97c1ec9e8855ca..6e6f350c99296bb644c3674fdc1a162bf2304982 100644 (file)
@@ -361,6 +361,7 @@ FGMetarEnvironmentCtrl::init ()
 void
 FGMetarEnvironmentCtrl::reinit ()
 {
+#if 0
     if (_icao != NULL) {
         free(_icao);
         _icao = NULL;
@@ -382,6 +383,7 @@ FGMetarEnvironmentCtrl::reinit ()
         fgGetDouble("/environment/metar/temperature-degc"));
     fgSetDouble("/environment/dewpoint-degc",
         fgGetDouble("/environment/metar/dewpoint-degc"));
+#endif
 
     env->reinit();
 }