X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Ffg_init.cxx;h=012db04f7e5b7cae7e928685618bf45e6121e380;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=0f4247635ed5234c912a049695c19baa3e803f43;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Main/fg_init.cxx b/Main/fg_init.cxx index 0f4247635..012db04f7 100644 --- a/Main/fg_init.cxx +++ b/Main/fg_init.cxx @@ -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 = ¤t_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: //