]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 228548ec8fcf4c6e0bbbf5279e6b3031f2e0e906..2e927f8d8db5957ab85d4e2da9adcd46d7c90970 100644 (file)
@@ -13,7 +13,9 @@
 #include "heading_indicator.hxx"
 #include "vertical_speed_indicator.hxx"
 #include "mag_compass.hxx"
+
 #include "dme.hxx"
+#include "gps.hxx"
 
 
 FGInstrumentMgr::FGInstrumentMgr ()
@@ -27,6 +29,7 @@ FGInstrumentMgr::FGInstrumentMgr ()
     set_subsystem("vsi", new VerticalSpeedIndicator);
     set_subsystem("compass", new MagCompass);
     set_subsystem("dme", new DME, 1.0);
+    set_subsystem("gps", new GPS, 0.45);
 }
 
 FGInstrumentMgr::~FGInstrumentMgr ()