X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.c;h=0244236aa267964a4b6da2a383cf118b01cc5d9f;hb=50c0f6c9e628b9e1ff6bfecfa4ce04084beaccb7;hp=15cdf77594db03e02ee7bf7228e939689074d2a2;hpb=0bb3c2969a80b026b33b5852386c489a05773b3b;p=flightgear.git diff --git a/Astro/sky.c b/Astro/sky.c index 15cdf7759..0244236aa 100644 --- a/Astro/sky.c +++ b/Astro/sky.c @@ -248,13 +248,13 @@ void fgSkyInit( void ) { /* Draw the Sky */ void fgSkyRender( void ) { - struct fgFLIGHT *f; + fgFLIGHT *f; struct fgLIGHT *l; struct fgVIEW *v; float /* inner_color[4], middle_color[4], diff, */ east_dot, dot, angle; int i; - f = ¤t_aircraft.flight; + f = current_aircraft.flight; l = &cur_light_params; v = ¤t_view; @@ -353,10 +353,14 @@ void fgSkyRender( void ) { /* $Log$ -/* 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.6 1998/02/07 15:29:32 curt +/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss +/* /* + * 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.