From ecda50f9bce7ce16a2f48c023e723bd665db0f04 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 1 Jun 2001 17:52:28 +0000 Subject: [PATCH] - added invocation of fgInitCommands() to set up command manager --- src/Main/fg_init.cxx | 7 +++++++ 1 file changed, 7 insertions(+) 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. //////////////////////////////////////////////////////////////////// -- 2.39.5