From 60ad87fc54cbac4615020b5c3b1380cbf5c288a2 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 24 Jun 2007 19:50:15 +0000 Subject: [PATCH] the former weather radar is now a generic radar (weather and aircraft), so rename the instrument from to --- src/Instrumentation/instrument_mgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5