]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
the former weather radar is now a generic radar (weather and aircraft),
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 68a3d30373c037e138a321cf97de03b2c68c7cb1..aaaba40b804a9309906cf821adc51586af9bc4b5 100644 (file)
@@ -163,7 +163,7 @@ bool FGInstrumentMgr::build ()
         } else if ( name == "vertical-speed-indicator" ) {
             set_subsystem( "instrument" + temp.str(), 
                            new VerticalSpeedIndicator( node ) );
-        } else if ( name == "wxradar" ) {
+        } else if ( name == "radar" ) {
             set_subsystem( "instrument" + temp.str(), 
                            new wxRadarBg ( node ), 0.5 );
         } else if ( name == "inst-vertical-speed-indicator" ) { // (TJ)