]> git.mxchange.org Git - flightgear.git/commit
We had unified some of the platform disparate time handling code, and
authorcurt <curt>
Thu, 9 Apr 1998 18:40:13 +0000 (18:40 +0000)
committercurt <curt>
Thu, 9 Apr 1998 18:40:13 +0000 (18:40 +0000)
commit575d57249c81b42d20436a4293c4c0cabf7b28ee
treee0766945eab740ad7bd302043696f0a852973fe4
parentaf76bd25e966c52a96fd66aa7eef6261b9598e88
We had unified some of the platform disparate time handling code, and
there was a bug in timesum() which calculated a new time stamp based on
the current time stamp + offset.  This hosed the periodic event processing
logic because you'd never arrive at the time the event was scheduled for.
Sky updates and lighting changes are handled via this event mechanism so
they never changed ... it is fixed now.
Time/event.c
Time/fg_time.c