1
0
Fork 0

- added invocation of fgInitCommands() to set up command manager

This commit is contained in:
curt 2001-06-01 17:52:28 +00:00
parent 3cdb3d2c49
commit ecda50f9bc

View file

@ -103,6 +103,7 @@
#include "fg_init.hxx"
#include "fg_io.hxx"
#include "fg_commands.hxx"
#include "options.hxx"
#include "globals.hxx"
#include "bfi.hxx"
@ -672,6 +673,12 @@ bool fgInitSubsystems( void ) {
current_fixlist->init( p_fix );
////////////////////////////////////////////////////////////////////
// Initialize the built-in commands.
////////////////////////////////////////////////////////////////////
fgInitCommands();
////////////////////////////////////////////////////////////////////
// Initialize the radio stack subsystem.
////////////////////////////////////////////////////////////////////