]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/aircraft.hxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Aircraft / aircraft.hxx
index 2b8c12cfa8c1bcc442114b7a22b7264de954f65b..02e7470eeb0d273da68e030e0fec5e0f67ffaa77 100644 (file)
@@ -39,7 +39,7 @@
 
 // Define a structure containing all the parameters for an aircraft
 typedef struct{
-    FGState   *fdm_state;
+    FGInterface   *fdm_state;
     FGControls *controls;
 } fgAIRCRAFT ;
 
@@ -61,6 +61,9 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a);
 
 
 // $Log$
+// Revision 1.6  1999/02/05 21:28:10  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.5  1999/02/01 21:33:24  curt
 // Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
 // Jon accepted my offer to do this and thought it was a good idea.