]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/stars.cxx
"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
[flightgear.git] / Astro / stars.cxx
index 3f2c953961186c0d3f64a133c8ae25fc42454c15..11de41264fa14a485175944b658ba9f38fc22b5b 100644 (file)
@@ -224,7 +224,7 @@ int fgStarsInit( void ) {
 void fgStarsRender( void ) {
     fgFLIGHT *f;
     struct fgVIEW *v;
-    struct fgLIGHT *l;
+    fgLIGHT *l;
     struct fgTIME *t;
     int i;
 
@@ -260,9 +260,12 @@ void fgStarsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.3  1998/04/25 22:06:26  curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.4  1998/04/26 05:10:02  curt
+/* "struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
 /*
+ * Revision 1.3  1998/04/25 22:06:26  curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
  * Revision 1.2  1998/04/24 00:45:03  curt
  * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
  * Fixed a bug when generating sky colors.