]> git.mxchange.org Git - simgear.git/blobdiff - Astro/planets.cxx
Use new C++ events class.
[simgear.git] / Astro / planets.cxx
index 890c1295e24ad8bc7a57a3a7ab0c04c7d2ef06cd..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;
 
@@ -210,9 +210,12 @@ void fgPlanetsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.4  1998/04/26 05:10:01  curt
-/* "struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
+/* 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!
  *