1
0
Fork 0

tie ATIS to the listener position and orientation

This commit is contained in:
ehofman 2010-04-29 13:40:57 +00:00 committed by Tim Moore
parent d35b8db13f
commit 78ab0dbe59

View file

@ -59,6 +59,7 @@ FGATC::FGATC() :
{
SGSoundMgr *smgr = globals->get_soundmgr();
_sgr = smgr->find("atc", true);
_sgr->tie_to_listener();
_volume = fgGetNode("/sim/sound/atc/volume", true);
_enabled = fgGetNode("/sim/sound/atc/enabled", true);