X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2Ffg_time.c;h=9b0edca47b86cae8affa4c7d8903d3dd521b1bf6;hb=28fad1d2964d4f7122fff0a3d479e15fdb2e8be8;hp=c059f8144d9fae04c15d945e08c704448a7d09a6;hpb=871ee408fa93b6ef926de706fc119fdbca0025e7;p=flightgear.git diff --git a/Time/fg_time.c b/Time/fg_time.c index c059f8144..9b0edca47 100644 --- a/Time/fg_time.c +++ b/Time/fg_time.c @@ -226,7 +226,7 @@ double sidereal_course(struct tm *gmt, time_t now, double lng) { /* Update the time dependent variables */ -void fgTimeUpdate(struct FLIGHT *f, struct fgTIME *t) { +void fgTimeUpdate(struct fgFLIGHT *f, struct fgTIME *t) { double gst_precise, gst_course; static long int warp = 0; @@ -285,9 +285,13 @@ void fgTimeUpdate(struct FLIGHT *f, struct fgTIME *t) { /* $Log$ -/* Revision 1.14 1997/12/10 01:19:52 curt -/* Tweaks for verion 0.15 release. +/* Revision 1.15 1997/12/10 22:37:54 curt +/* Prepended "fg" on the name of all global structures that didn't have it yet. +/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}" /* + * Revision 1.14 1997/12/10 01:19:52 curt + * Tweaks for verion 0.15 release. + * * Revision 1.13 1997/12/09 05:11:56 curt * Working on tweaking lighting. *