1
0
Fork 0

Fix the spoken ATIS

Ensure we create the sample group if required.
This commit is contained in:
James Turner 2021-07-21 18:34:19 +01:00
parent 16295cd536
commit 609eeb65e4

View file

@ -595,7 +595,7 @@ void CommRadioImpl::init()
auto soundManager = globals->get_subsystem<SGSoundMgr>();
if (soundManager) {
_sampleGroup = soundManager->find("atc", false);
_sampleGroup = soundManager->find("atc", true);
}
}