start "voice" subsystem
This commit is contained in:
parent
ea49db6c4f
commit
13c923fcc5
1 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@
|
|||
#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
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue