]> git.mxchange.org Git - flightgear.git/commitdiff
Also properly reinit previously set time of day upon reset.
authorcurt <curt>
Thu, 23 Oct 2003 17:00:16 +0000 (17:00 +0000)
committercurt <curt>
Thu, 23 Oct 2003 17:00:16 +0000 (17:00 +0000)
src/Main/fg_init.cxx

index c3662cfc93fe7fd3edc72608a926af90ac03b635..6035a54ce930259daba9925fe16e9670c29afd1a 100644 (file)
@@ -1825,6 +1825,9 @@ void fgReInitSubsystems()
 
     fgUpdateLocalTime();
 
+    // re-init to proper time of day setting
+    fgInitTimeOffset();
+
     if ( !freeze ) {
         fgSetBool("/sim/freeze/master", false);
     }