]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
Support scenery reloading (needs simgear update).
[flightgear.git] / src / Main / fg_init.cxx
index 7af3e3bc0e053c76c8b7a993c3ea620e6a3e66cb..a615eddeecbad54c0f2dbc042f493233e92c2c11 100644 (file)
@@ -76,7 +76,7 @@
 
 #include <ATCDCL/ATCmgr.hxx>
 #include <ATCDCL/commlist.hxx>
-#include <ATC/atis.hxx>
+#include <ATC/atis_mgr.hxx>
 
 #include <Autopilot/route_mgr.hxx>
 #include <Autopilot/autopilotgroup.hxx>
@@ -1557,8 +1557,7 @@ void fgReInitSubsystems()
     globals->get_viewmgr()->reinit();
 
     globals->get_subsystem("time")->reinit();
-    globals->get_subsystem("tile-manager")->reinit();
-    
+
 // setup state to end re-init
     fgSetBool("/sim/signals/reinit", false);
     if ( !freeze ) {