From: mfranz Date: Sun, 24 Jun 2007 19:50:15 +0000 (+0000) Subject: the former weather radar is now a generic radar (weather and aircraft), X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=60ad87fc54cbac4615020b5c3b1380cbf5c288a2;p=flightgear.git the former weather radar is now a generic radar (weather and aircraft), so rename the instrument from to --- diff --git a/src/Instrumentation/instrument_mgr.cxx b/src/Instrumentation/instrument_mgr.cxx index 68a3d3037..aaaba40b8 100644 --- a/src/Instrumentation/instrument_mgr.cxx +++ b/src/Instrumentation/instrument_mgr.cxx @@ -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)