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:
parent
1b55d67ff7
commit
60ad87fc54
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue