]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_mgr.cxx
Expose more runway methods to Nasal
[flightgear.git] / src / Environment / environment_mgr.cxx
index e7688d793b993b38b6d0c5efd51929561b0ad8f0..9aca5b0b5a86c7e6e20a7456a3ccf18aed6e4d1b 100644 (file)
@@ -43,7 +43,7 @@
 #include "precipitation_mgr.hxx"
 #include "ridge_lift.hxx"
 #include "terrainsampler.hxx"
-#include "Airports/simple.hxx"
+#include "Airports/airport.hxx"
 #include "gravity.hxx"
 #include "magvarmanager.hxx"
 
@@ -158,6 +158,7 @@ void
 FGEnvironmentMgr::shutdown()
 {
   globals->get_event_mgr()->removeTask("updateClosestAirport");
+  SGSubsystemGroup::shutdown();
 }
 
 void