X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Fsunpos.c;h=408ace291aa437c07cd7bbe0f24997020e457a64;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=71cba1e6d1fecfa6d5648ac75a80f6a9e21c2d38;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/Time/sunpos.c b/Time/sunpos.c index 71cba1e6d..408ace291 100644 --- a/Time/sunpos.c +++ b/Time/sunpos.c @@ -261,7 +261,7 @@ void fgSunPosition(time_t ssue, double *lon, double *lat) { /* update the cur_time_params structure with the current sun position */ -void fgUpdateSunPos() { +void fgUpdateSunPos( void ) { struct fgLIGHT *l; struct fgTIME *t; struct fgVIEW *v; @@ -373,9 +373,13 @@ void fgUpdateSunPos() { /* $Log$ -/* Revision 1.21 1997/12/30 23:10:19 curt -/* Calculate lighting parameters here. +/* Revision 1.22 1998/01/19 18:40:40 curt +/* Tons of little changes to clean up the code and to remove fatal errors +/* when building with the c++ compiler. /* + * Revision 1.21 1997/12/30 23:10:19 curt + * Calculate lighting parameters here. + * * Revision 1.20 1997/12/30 22:22:43 curt * Further integration of event manager. *