From 78ab0dbe59420b470b84126a088196f5ebfad76b Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 29 Apr 2010 13:40:57 +0000 Subject: [PATCH] tie ATIS to the listener position and orientation --- src/ATCDCL/ATC.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ATCDCL/ATC.cxx b/src/ATCDCL/ATC.cxx index 68963fe92..10fb89715 100644 --- a/src/ATCDCL/ATC.cxx +++ b/src/ATCDCL/ATC.cxx @@ -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);