X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fmoon.c;h=11c63667c0119ef8f75761bbee4a17724e09545e;hb=50c0f6c9e628b9e1ff6bfecfa4ce04084beaccb7;hp=4717c695b77dfba0172c385d81f12874319b06f3;hpb=0bb3c2969a80b026b33b5852386c489a05773b3b;p=flightgear.git diff --git a/Astro/moon.c b/Astro/moon.c index 4717c695b..11c63667c 100644 --- a/Astro/moon.c +++ b/Astro/moon.c @@ -58,11 +58,11 @@ struct CelestialCoord fgCalculateMoon(struct OrbElements params, xv, yv, v, r, xh, yh, zh, xg, yg, zg, xe, ye, ze, Ls, Lm, D, F, mpar, gclat, rho, HA, g; - struct fgAIRCRAFT *a; - struct fgFLIGHT *f; + fgAIRCRAFT *a; + fgFLIGHT *f; a = ¤t_aircraft; - f = &a->flight; + f = a->flight; /* calculate the angle between ecliptic and equatorial coordinate * system, in Radians */ @@ -226,9 +226,13 @@ void fgMoonRender( void ) { /* $Log$ -/* Revision 1.5 1998/02/02 20:53:21 curt -/* To version 0.29 +/* Revision 1.6 1998/02/07 15:29:32 curt +/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss +/* /* + * Revision 1.5 1998/02/02 20:53:21 curt + * To version 0.29 + * * Revision 1.4 1998/01/27 00:47:46 curt * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code.