]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_init.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Main / fg_init.cxx
index 0f4247635ed5234c912a049695c19baa3e803f43..012db04f7e5b7cae7e928685618bf45e6121e380 100644 (file)
@@ -74,7 +74,7 @@ extern const char *default_root;
 // Set initial position and orientation
 int fgInitPosition( void ) {
     string id;
-    FGState *f;
+    FGInterface *f;
 
     f = current_aircraft.fdm_state;
 
@@ -154,7 +154,7 @@ int fgInitGeneral( void ) {
 // Returns non-zero if a problem encountered.
 int fgInitSubsystems( void )
 {
-    FGState *f; // assigned later
+    FGInterface *f; // assigned later
     fgLIGHT *l = &cur_light_params;
     fgTIME *t = &cur_time_params;
     FGView *v = &current_view;
@@ -392,6 +392,9 @@ int fgInitSubsystems( void )
 
 
 // $Log$
+// Revision 1.66  1999/02/05 21:29:10  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.65  1999/02/02 20:13:36  curt
 // MSVC++ portability changes by Bernie Bright:
 //