]> git.mxchange.org Git - flightgear.git/commit
Don't make the SoundManager a memebr of the subsystem manager; It needs to be initial...
authorehofman <ehofman>
Sat, 24 Oct 2009 08:31:37 +0000 (08:31 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 24 Oct 2009 17:51:39 +0000 (19:51 +0200)
commitf9445874a02689cbd9a0197c5aac7ffeab1436ac
tree0e9f8d1a0b0c44545fe600987e0cd3a5c25e731f
parent9c8d6ee663c5b3aabc9019bd538230bb46338596
Don't make the SoundManager a memebr of the subsystem manager; It needs to be initialized very early and destroyed as late as possible. That doesn't work as a subsystem meber onless some sort of priority scheme gets implemented. Get rid of auto_ptr which doesn work for the samples either.
20 files changed:
src/ATCDCL/AIPlane.cxx
src/ATCDCL/ATC.cxx
src/ATCDCL/ATCVoice.cxx
src/ATCDCL/ATCVoice.hxx
src/Environment/fgclouds.cxx
src/Instrumentation/adf.cxx
src/Instrumentation/kr_87.cxx
src/Instrumentation/marker_beacon.cxx
src/Instrumentation/mk_viii.cxx
src/Instrumentation/navradio.cxx
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx
src/Main/viewmgr.cxx
src/Model/acmodel.cxx
src/Sound/beacon.cxx
src/Sound/morse.cxx