diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 3765b09e9..d5e124f6d 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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. ////////////////////////////////////////////////////////////////////