]> git.mxchange.org Git - flightgear.git/commit
Reset: fix a static in play-audio-sample
authorJames Turner <zakalawe@mac.com>
Mon, 25 Nov 2013 23:53:58 +0000 (23:53 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 25 Nov 2013 23:53:58 +0000 (23:53 +0000)
commit25bf3793bd6c6e97dd552351ace5a3c7e5896e4e
treedcaea7168ee16ae68667ae965439beaba4e0e2ef
parent4dcd96c4afbbfd29cab3c5db0f167c39566dc021
Reset: fix a static in play-audio-sample

Had to add this to FGGlobals, since it needs to be cleaned up
alongside the sound manager (which ideally it would be owned by,
but that's a change for another day)
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Sound/sample_queue.cxx
src/Sound/soundmanager.cxx