1
0
Fork 0

Merge branch 'ehofman/atc' into next

This commit is contained in:
Tim Moore 2010-05-05 12:03:24 +02:00
commit 50415490e6

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);