Set default value for cur time override to 0 (no override)
This commit is contained in:
parent
aad1de2ee5
commit
2c862a330e
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue