]> git.mxchange.org Git - simgear.git/blobdiff - Astro/planets.cxx
Use new C++ events class.
[simgear.git] / Astro / planets.cxx
index cf1616d68e2856f62fc97f0949a07feec89f3511..f4ef433ea121553da1873a2a4a03275c5c7caf1a 100644 (file)
@@ -47,7 +47,7 @@ GLint planets = 0;
 
 struct CelestialCoord fgCalculatePlanet(struct OrbElements planet,
                                         struct OrbElements theSun,
-                                        struct fgTIME t, int idx)
+                                        fgTIME t, int idx)
 {
     struct CelestialCoord result;
 
@@ -143,7 +143,7 @@ struct CelestialCoord fgCalculatePlanet(struct OrbElements planet,
 
 void fgPlanetsInit( void )
 {
-  struct fgLIGHT *l;
+  fgLIGHT *l;
   int i;
   struct CelestialCoord pltPos;
   double magnitude;
@@ -210,9 +210,15 @@ void fgPlanetsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.3  1998/04/25 22:06:25  curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.5  1998/04/28 01:19:01  curt
+/* Type-ified fgTIME and fgVIEW
 /*
+ * Revision 1.4  1998/04/26 05:10:01  curt
+ * "struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
+ *
+ * Revision 1.3  1998/04/25 22:06:25  curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
  * Revision 1.2  1998/04/24 00:45:02  curt
  * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
  * Fixed a bug when generating sky colors.