]> git.mxchange.org Git - flightgear.git/commit
#545: Fix ATC chatter sound settings being ignored
authorThorstenB <brehmt@gmail.com>
Tue, 27 Dec 2011 12:04:09 +0000 (13:04 +0100)
committerThorstenB <brehmt@gmail.com>
Tue, 27 Dec 2011 12:04:09 +0000 (13:04 +0100)
commitf0c729f2d50bd6d9ee4151db514a5f5dba706e40
tree2d5f8f97cd0bba2a3a2d0cf0d1dfb770ea6d64a4
parentddb4fa050fd9142820c9211c72f5a6ef11d7ce67
#545: Fix ATC chatter sound settings being ignored
FGSampleQueue is initialized at run-time, long after preferences are
loaded from the persistent files - so it should not reset anything.
src/Sound/sample_queue.cxx