]> git.mxchange.org Git - flightgear.git/commitdiff
- added invocation of fgInitCommands() to set up command manager
authorcurt <curt>
Fri, 1 Jun 2001 17:52:28 +0000 (17:52 +0000)
committercurt <curt>
Fri, 1 Jun 2001 17:52:28 +0000 (17:52 +0000)
src/Main/fg_init.cxx

index 3765b09e9aa91b540859808b2b97dbfd221178bc..d5e124f6d5d71683fc8cf2044529685a6363691b 100644 (file)
 
 #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.
     ////////////////////////////////////////////////////////////////////