X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fmoon.c;h=227743e9302e78fefa371525fde7c3d37f8b549a;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=aa99c92dd9cbd0c79594039a46d61228f2055aee;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/Astro/moon.c b/Astro/moon.c index aa99c92dd..227743e93 100644 --- a/Astro/moon.c +++ b/Astro/moon.c @@ -257,7 +257,7 @@ struct CelestialCoord fgCalculateMoon(struct OrbElements params, } -void fgMoonInit() { +void fgMoonInit( void ) { struct fgLIGHT *l; static int dl_exists = 0; @@ -298,7 +298,7 @@ void fgMoonInit() { /* Draw the moon */ -void fgMoonRender() { +void fgMoonRender( void ) { struct fgLIGHT *l; GLfloat white[4] = { 1.0, 1.0, 1.0, 1.0 }; @@ -320,9 +320,13 @@ void fgMoonRender() { /* $Log$ -/* Revision 1.1 1998/01/07 03:16:16 curt -/* Moved from .../Src/Scenery/ to .../Src/Astro/ +/* Revision 1.2 1998/01/19 18:40:16 curt +/* Tons of little changes to clean up the code and to remove fatal errors +/* when building with the c++ compiler. /* + * Revision 1.1 1998/01/07 03:16:16 curt + * Moved from .../Src/Scenery/ to .../Src/Astro/ + * * Revision 1.16 1998/01/06 01:20:24 curt * Tweaks to help building with MSVC++ *