#545: Fix ATC chatter sound settings being ignored
FGSampleQueue is initialized at run-time, long after preferences are loaded from the persistent files - so it should not reset anything.
This commit is contained in:
parent
ddb4fa050f
commit
f0c729f2d5
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ FGSampleQueue::FGSampleQueue ( SGSoundMgr *smgr, const string &refname ) :
|
|||
SGSampleGroup::_smgr = smgr;
|
||||
SGSampleGroup::_smgr->add(this, refname);
|
||||
SGSampleGroup::_refname = refname;
|
||||
_enabled->setBoolValue(true);
|
||||
_volume->setFloatValue(1.0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue