]> git.mxchange.org Git - flightgear.git/blobdiff - External/external.cxx
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
[flightgear.git] / External / external.cxx
index 92930394da8a163ffe55be4d5281ea707aba3544..0340f921e879fc7102fda90c4f429f973520bb45 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "external.hxx"
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Include/fg_constants.h>
 
 
@@ -42,6 +42,10 @@ void fgExternalUpdate( FGState& f, int multiloop ) {
 
 
 // $Log$
+// Revision 1.4  1999/02/01 21:33:32  curt
+// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
+// Jon accepted my offer to do this and thought it was a good idea.
+//
 // Revision 1.3  1999/01/19 17:52:11  curt
 // Working on being able to extrapolate a new position and orientation
 // based on a position, orientation, and time offset.