]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
minor upodate by John
[flightgear.git] / src / Main / fg_init.cxx
index a78759c42f1a0c2384951f1b1293081f0d987c46..cf6c86b702cab88cedfe088ee6495f93f0d1aeea 100644 (file)
@@ -1448,6 +1448,13 @@ bool fgInitSubsystems() {
     globals->get_event_mgr()->init();
     globals->get_event_mgr()->setRealtimeProperty(fgGetNode("/sim/time/delta-realtime-sec", true));
 
+    ////////////////////////////////////////////////////////////////////
+    // Initialize the sound manager subsystem.
+    ////////////////////////////////////////////////////////////////////
+
+    globals->get_soundmgr()->bind();
+    globals->get_soundmgr()->init();
+
     ////////////////////////////////////////////////////////////////////
     // Initialize the property interpolator subsystem. Put into the INIT
     // group because the "nasal" subsystem may need it at GENERAL take-down.