X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fenvironment_mgr.cxx;h=9aca5b0b5a86c7e6e20a7456a3ccf18aed6e4d1b;hb=ee1c8a8d662a0398711ee17c53dd64d249d2e030;hp=e7688d793b993b38b6d0c5efd51929561b0ad8f0;hpb=48c26079e19fe7c4c2a5e60e3e670e430bff3c62;p=flightgear.git diff --git a/src/Environment/environment_mgr.cxx b/src/Environment/environment_mgr.cxx index e7688d793..9aca5b0b5 100644 --- a/src/Environment/environment_mgr.cxx +++ b/src/Environment/environment_mgr.cxx @@ -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