]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Removed FGEnvironmentMgr as a special case in globals, initialization,
[flightgear.git] / src / Main / globals.cxx
index 2b3c970c2648e8152f128e05af83b427df3aa0f1..7a0242c5392a307e3c667223d6a2a77411c2fead 100644 (file)
@@ -24,8 +24,6 @@
 #include <simgear/misc/commands.hxx>
 #include <simgear/misc/sg_path.hxx>
 
-#include <Environment/environment_mgr.hxx>
-
 #include "globals.hxx"
 #include "viewmgr.hxx"
 
@@ -59,7 +57,6 @@ FGGlobals::FGGlobals() :
     route( NULL ),
     current_panel( NULL ),
     soundmgr( NULL ),
-    environment_mgr( NULL ),
     ATC_mgr( NULL ),
     ATC_display( NULL ),
     AI_mgr( NULL ),
@@ -69,7 +66,7 @@ FGGlobals::FGGlobals() :
     initial_state( NULL ),
     locale( NULL ),
     commands( new SGCommandMgr ),
-    model_loader( NULL ),
+    model_lib( NULL ),
     acmodel( NULL ),
     model_mgr( NULL ),
     channel_options_list( NULL ),