]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/aircraft.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Aircraft / aircraft.cxx
index 41cd56e4a37bd3b4272e22e134c3043149e6902b..ac4b067b08de0c18e3b36e85c4d54ba978ee4224 100644 (file)
@@ -44,7 +44,7 @@ void fgAircraftInit( void ) {
 
 // Display various parameters to stdout
 void fgAircraftOutputCurrent(fgAIRCRAFT *a) {
-    FGState *f;
+    FGInterface *f;
 
     f = a->fdm_state;
 
@@ -68,6 +68,9 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) {
 
 
 // $Log$
+// Revision 1.7  1999/02/05 21:28:09  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.6  1998/12/05 15:53:59  curt
 // Renamed class fgFLIGHT to class FGState as per request by JSB.
 //