Re: [Flightgear-devel] Broken ATIS Init due to late OpenAL initialization.

2010-04-10 Thread Erik Hofman
Hi Zeb, Zebediah C. McClure wrote: > Greetings, > > In Flightgear 2.0 and CVS on Gentoo linux, ATIS transmissions were not > working properly. > > Upon examining the code, I noticed that ATIS was initialized in the > fgIdleFunction with all the other subsystems, yet fgInitSoundMan

[Flightgear-devel] Broken ATIS Init due to late OpenAL Initialization.

2010-03-14 Thread Zebediah C. McClure
Greetings, In Flightgear 2.0 and CVS on Gentoo linux, ATIS transmissions were not working properly. Upon examining the code, I noticed that ATIS was initialized in the fgIdleFunction with all the other subsystems, yet fgInitSoundManager() isn't called until inside the main loo