更新 'src/ATC/ATCController.cxx'

next
zhongjin 2 years ago
parent 86fecabbd9
commit c5f5227328

@ -320,6 +320,9 @@ void FGATCController::transmit(FGTrafficRecord * rec, FGAirportDynamics *parent,
break;
}
SG_LOG(SG_ATC,SG_INFO,"MESSAGE: " << text );
const bool atcAudioEnabled = fgGetBool("/sim/sound/atc/enabled", false);
if (audible && atcAudioEnabled) {
double onBoardRadioFreq0 =

Loading…
Cancel
Save