]> git.mxchange.org Git - flightgear.git/commitdiff
- removed all reference to BFI; use fgInitProps instead
authorcurt <curt>
Tue, 5 Jun 2001 22:12:08 +0000 (22:12 +0000)
committercurt <curt>
Tue, 5 Jun 2001 22:12:08 +0000 (22:12 +0000)
src/Main/fg_init.cxx

index 079cd4f232931b867c65ca2c5fcd81148e7a6c45..5df6730f5df38d6e9e61fe32e42c41db93b7b5f4 100644 (file)
 #include "fg_init.hxx"
 #include "fg_io.hxx"
 #include "fg_commands.hxx"
+#include "fg_props.hxx"
 #include "options.hxx"
 #include "globals.hxx"
-#include "bfi.hxx"
 
 #if defined(FX) && defined(XMESA)
 #include <GL/xmesa.h>
@@ -748,10 +748,10 @@ bool fgInitSubsystems( void ) {
 
     
     ////////////////////////////////////////////////////////////////////
-    // Initialize the BFI.
+    // Initialize the default (kludged) properties.
     ////////////////////////////////////////////////////////////////////
 
-    FGBFI::init();
+    fgInitProps();
 
 
     ////////////////////////////////////////////////////////////////////