]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
Moved sky code over to simgear.
[flightgear.git] / src / Main / fg_init.cxx
index 652166bf6f92496de38c20b74fb730e7b5ab47c2..4b195dee0a76d3ab1ddb74fb2f88a1cebd9152c3 100644 (file)
@@ -92,6 +92,7 @@
 #include "fg_io.hxx"
 #include "options.hxx"
 #include "views.hxx"
+#include "bfi.hxx"
 
 #if defined(FX) && defined(XMESA)
 #include <GL/xmesa.h>
@@ -582,6 +583,9 @@ bool fgInitSubsystems( void ) {
     // Initialize the 2D panel.
     current_panel = fgCreateSmallSinglePropPanel(0, 0, 1024, 768);
 
+    // Initialize the BFI
+    FGBFI::init();
+
     FG_LOG( FG_GENERAL, FG_INFO, endl);
 
     return true;