X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.c;h=15cdf77594db03e02ee7bf7228e939689074d2a2;hb=3680a111488632d1f120826a1646a7e9e9ed0525;hp=fd450831a2d23f3a3843f9eeee5bfdb092e435b5;hpb=0de1810a15a4491dcb0373bfd5533f5438ac02c0;p=flightgear.git diff --git a/Astro/sky.c b/Astro/sky.c index fd450831a..15cdf7759 100644 --- a/Astro/sky.c +++ b/Astro/sky.c @@ -45,7 +45,7 @@ #include #include -#include +#include #include
#include @@ -353,10 +353,14 @@ void fgSkyRender( void ) { /* $Log$ -/* Revision 1.4 1998/01/26 15:54:28 curt -/* Added a "skirt" to try to help hide gaps between scenery and sky. This will -/* have to be revisited in the future. +/* Revision 1.5 1998/01/27 00:47:48 curt +/* Incorporated Paul Bleisch's new debug message +/* system and commandline/config file processing code. /* + * Revision 1.4 1998/01/26 15:54:28 curt + * Added a "skirt" to try to help hide gaps between scenery and sky. This will + * have to be revisited in the future. + * * Revision 1.3 1998/01/19 19:26:59 curt * Merged in make system changes from Bob Kuehne * This should simplify things tremendously.