Merge branch 'ehofman/atc'
This commit is contained in:
commit
ca9078f2bc
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ FGATC::FGATC() :
|
||||||
{
|
{
|
||||||
SGSoundMgr *smgr = globals->get_soundmgr();
|
SGSoundMgr *smgr = globals->get_soundmgr();
|
||||||
_sgr = smgr->find("atc", true);
|
_sgr = smgr->find("atc", true);
|
||||||
|
_sgr->tie_to_listener();
|
||||||
|
|
||||||
_volume = fgGetNode("/sim/sound/atc/volume", true);
|
_volume = fgGetNode("/sim/sound/atc/volume", true);
|
||||||
_enabled = fgGetNode("/sim/sound/atc/enabled", true);
|
_enabled = fgGetNode("/sim/sound/atc/enabled", true);
|
||||||
|
|
Loading…
Reference in a new issue