]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Decrease the error (slightly) from a power glide.
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 765c487158852c8ba9cbf1d1d3b1547ab5a8d807..38504df7ae38249edd1dab01a8b48321d60ff143 100644 (file)
@@ -5,6 +5,7 @@
 
 
 #include "instrument_mgr.hxx"
+#include "airspeed_indicator.hxx"
 #include "altimeter.hxx"
 #include "attitude_indicator.hxx"
 #include "heading_indicator.hxx"
@@ -28,6 +29,7 @@ void
 FGInstrumentMgr::init ()
 {
                                 // TODO: replace with XML configuration
+    _instruments.push_back(new AirspeedIndicator);
     _instruments.push_back(new Altimeter);
     _instruments.push_back(new AttitudeIndicator);
     _instruments.push_back(new HeadingIndicator);