From d5bc39970c89c93049bb803d43c1e2ff3edd3df5 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 23 Oct 2003 17:00:16 +0000 Subject: [PATCH] Also properly reinit previously set time of day upon reset. --- src/Main/fg_init.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index c3662cfc9..6035a54ce 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1825,6 +1825,9 @@ void fgReInitSubsystems() fgUpdateLocalTime(); + // re-init to proper time of day setting + fgInitTimeOffset(); + if ( !freeze ) { fgSetBool("/sim/freeze/master", false); }