]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Main / globals.cxx
index 032781539b6beae3f007c3bc072bd92268e03eab..2b3c970c2648e8152f128e05af83b427df3aa0f1 100644 (file)
@@ -57,8 +57,8 @@ FGGlobals::FGGlobals() :
     mag( NULL ),
     autopilot( NULL ),
     route( NULL ),
-    soundmgr( NULL ),
     current_panel( NULL ),
+    soundmgr( NULL ),
     environment_mgr( NULL ),
     ATC_mgr( NULL ),
     ATC_display( NULL ),
@@ -70,7 +70,6 @@ FGGlobals::FGGlobals() :
     locale( NULL ),
     commands( new SGCommandMgr ),
     model_loader( NULL ),
-    texture_loader( NULL ),
     acmodel( NULL ),
     model_mgr( NULL ),
     channel_options_list( NULL ),