]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Main / globals.cxx
index 6d1a7bf340a80f22870f444cdc88fc61798e742c..a8c9d475145264c60b9ffa317ff47a284d135656 100644 (file)
@@ -24,6 +24,8 @@
 #include <simgear/misc/commands.hxx>
 
 #include <Environment/environment_mgr.hxx>
+#include <Instrumentation/instrument_mgr.hxx>
+#include <Systems/system_mgr.hxx>
 
 #include "globals.hxx"
 #include "viewmgr.hxx"
@@ -49,6 +51,8 @@ FGGlobals::FGGlobals() :
     warp( 0 ),
     warp_delta( 0 ),
     logger(0),
+    systemmgr(new FGSystemMgr),
+    instrumentmgr(new FGInstrumentMgr),
     props(new SGPropertyNode),
     initial_state(0),
     commands(new SGCommandMgr),