- added invocation of fgInitCommands() to set up command manager
This commit is contained in:
parent
3cdb3d2c49
commit
ecda50f9bc
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,7 @@
|
||||||
|
|
||||||
#include "fg_init.hxx"
|
#include "fg_init.hxx"
|
||||||
#include "fg_io.hxx"
|
#include "fg_io.hxx"
|
||||||
|
#include "fg_commands.hxx"
|
||||||
#include "options.hxx"
|
#include "options.hxx"
|
||||||
#include "globals.hxx"
|
#include "globals.hxx"
|
||||||
#include "bfi.hxx"
|
#include "bfi.hxx"
|
||||||
|
@ -672,6 +673,12 @@ bool fgInitSubsystems( void ) {
|
||||||
current_fixlist->init( p_fix );
|
current_fixlist->init( p_fix );
|
||||||
|
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
// Initialize the built-in commands.
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
fgInitCommands();
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Initialize the radio stack subsystem.
|
// Initialize the radio stack subsystem.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue