]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 1e77a9ec6312d03c168b68976c321c94848182a9..b9f4c359b845be2f1ba083e8d9b50f379b89c94c 100644 (file)
@@ -16,6 +16,7 @@
 #include "mag_compass.hxx"
 
 #include "dme.hxx"
+#include "adf.hxx"
 #include "gps.hxx"
 #include "clock.hxx"
 
@@ -32,6 +33,7 @@ FGInstrumentMgr::FGInstrumentMgr ()
     set_subsystem("vsi", new VerticalSpeedIndicator);
     set_subsystem("compass", new MagCompass);
     set_subsystem("dme", new DME, 1.0);
+    set_subsystem("adf", new ADF, 0.15);
     set_subsystem("gps", new GPS, 0.45);
     set_subsystem("clock", new Clock, 0.25);
 }