From 2c862a330e36644199d17947d908fd9ac0cb1af6 Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 10 Feb 2002 04:27:56 +0000 Subject: [PATCH] Set default value for cur time override to 0 (no override) --- src/Main/options.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 4e94992ee..63bee6de0 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -184,6 +184,7 @@ fgSetDefaults () // Time options fgSetInt("/sim/startup/time-offset", 0); fgSetString("/sim/startup/time-offset-type", "system-offset"); + fgSetLong("/sim/time/cur-time-override", 0); fgSetBool("/sim/networking/network-olk", false); fgSetString("/sim/networking/call-sign", "Johnny"); -- 2.39.5