]> git.mxchange.org Git - flightgear.git/commitdiff
start "voice" subsystem
authormfranz <mfranz>
Sat, 11 Feb 2006 12:02:40 +0000 (12:02 +0000)
committermfranz <mfranz>
Sat, 11 Feb 2006 12:02:40 +0000 (12:02 +0000)
src/Main/fg_init.cxx

index 9cda8aba1a8340c99cabed70123c2c5fc3b060ed..be2598893cda909a7ec9207edf9a1cfd4e416591 100644 (file)
 #include <Sound/fg_fx.hxx>
 #include <Sound/beacon.hxx>
 #include <Sound/morse.hxx>
+#include <Sound/voice.hxx>
 #include <Systems/system_mgr.hxx>
 #include <Time/light.hxx>
 #include <Time/sunsolver.hxx>
@@ -1677,7 +1678,7 @@ bool fgInitSubsystems() {
     ////////////////////////////////////////////////////////////////////
 
     globals->add_subsystem("fx", new FGFX);
-    
+    globals->add_subsystem("voice", new FGVoiceMgr);
 #endif
 
     ////////////////////////////////////////////////////////////////////