]> git.mxchange.org Git - simgear.git/commitdiff
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
authorcurt <curt>
Mon, 1 Feb 1999 21:33:23 +0000 (21:33 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:32 +0000 (18:31 +0200)
Jon accepted my offer to do this and thought it was a good idea.

Astro/moon.cxx
Astro/sky.cxx

index 6ca80c5aee8560c152eabc8960b47c51d94b4e70..6e791f5feeb0cb1c9f118865ecea2bd8f1bcd318 100644 (file)
@@ -22,7 +22,8 @@
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
-#include <Flight/flight.hxx>
+
+#include <FDM/flight.hxx>
 
 #include <string.h>
 #include "moon.hxx"
index e132275d9c043399bb296ef90361365552a317c5..0e9c32e408c1dbfdb6c3a9fb14ddff0ec5491636 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <Aircraft/aircraft.hxx>
 #include <Debug/logstream.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Include/fg_constants.h>
 #include <Main/views.hxx>
 #include <Math/fg_random.h>
@@ -362,6 +362,10 @@ void fgSkyRender( void ) {
 
 
 // $Log$
+// Revision 1.19  1999/02/01 21:33:26  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.18  1999/02/01 21:09:00  curt
 // Bug fix in vertex order of inner disk (fan) of the sky dome.
 //