1
0
Fork 0

the former weather radar is now a generic radar (weather and aircraft),

so rename the instrument from <wxradar> to <radar>
This commit is contained in:
mfranz 2007-06-24 19:50:15 +00:00
parent 1b55d67ff7
commit 60ad87fc54

View 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)