]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/aircraft.c
Renamed flight.[ch] to flight.[ch]xx
[flightgear.git] / Aircraft / aircraft.c
index 5d478b8325b64f2fa848429c846dff621a54a768..0ac3cc37f54e4251f9a69709aa833dcdd661db49 100644 (file)
@@ -27,8 +27,8 @@
 #include <stdio.h>
 
 #include <Aircraft/aircraft.h>
+#include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
-#include <Main/fg_debug.h>
 
 /* This is a record containing all the info for the aircraft currently
    being operated */
@@ -39,7 +39,7 @@ fgAIRCRAFT current_aircraft;
 void fgAircraftInit( void ) {
     fgPrintf( FG_AIRCRAFT, FG_INFO, "Initializing Aircraft structure\n" );
 
-    current_aircraft.flight = &cur_flight_params;
+    current_aircraft.flight   = &cur_flight_params;
     current_aircraft.controls = &cur_control_params;
 }
 
@@ -64,12 +64,22 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) {
 
 
 /* $Log$
-/* Revision 1.16  1998/02/07 15:29:31  curt
-/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
-/* <chotchkiss@namg.us.anritsu.com>
+/* Revision 1.19  1998/04/25 22:06:24  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.18  1998/04/18 04:13:56  curt
+ * Moved fg_debug.c to it's own library.
+ *
+ * Revision 1.17  1998/02/12 21:59:31  curt
+ * Incorporated code changes contributed by Charlie Hotchkiss
+ * <chotchkiss@namg.us.anritsu.com>
+ *
+ * Revision 1.16  1998/02/07 15:29:31  curt
+ * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
+ * <chotchkiss@namg.us.anritsu.com>
+ *
  * Revision 1.15  1998/01/27 00:47:46  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.14  1998/01/19 19:26:56  curt