Fix the spoken ATIS
Ensure we create the sample group if required.
This commit is contained in:
parent
16295cd536
commit
609eeb65e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue