]> git.mxchange.org Git - flightgear.git/commit
Blame this on David Megginson ... :-)
authorcurt <curt>
Fri, 8 Dec 2000 17:36:07 +0000 (17:36 +0000)
committercurt <curt>
Fri, 8 Dec 2000 17:36:07 +0000 (17:36 +0000)
commit94fd1bd8f233e7dcc8f3832113b9399b9f70df97
treea95d1f6f277860e762711031885f87d372d46e7b
parent65087c6b5611d95c6fa7cefeead314a170dfbe54
Blame this on David Megginson ... :-)

Save/restore seems to be working now, thanks to a couple of
unspeakable kludges:

1. Every time the altitude changes, pause the flight simulator for
five frames and then change it a second time.

2. Every time the latitude or longitude changes, wait five frames,
then invoke fgUpdateSkyAndLightingParams() a second time.
src/Main/bfi.cxx
src/Main/keyboard.cxx
src/Main/save.cxx