]> git.mxchange.org Git - flightgear.git/commit
Add the Sound Manager before any other subsystem that uses it. This makes sure the...
authorehofman <ehofman>
Mon, 5 Oct 2009 09:12:50 +0000 (09:12 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 6 Oct 2009 08:23:03 +0000 (10:23 +0200)
commit446b200edc9590ec1e0231e64084905f2bc8a5b9
tree9e07f9798d3b1dc714c2bdd28fc33c9e2505db28
parent86f462933d0d7130e4e688183976620ed2ddb5ae
Add the Sound Manager before any other subsystem that uses it. This makes sure the SoundMgr is available at construction time which makes the code much cleaner. Call the update_last() after any other class
src/ATCDCL/AIPlane.cxx
src/ATCDCL/AIPlane.hxx
src/ATCDCL/ATC.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/main.cxx
src/Main/viewmgr.cxx
src/Main/viewmgr.hxx
src/Model/acmodel.cxx