Fixed a couple property manager typos.
This commit is contained in:
parent
0262c56059
commit
e85cf6cc10
1 changed files with 2 additions and 2 deletions
|
@ -754,10 +754,10 @@ parse_option (const string& arg)
|
|||
fgSetInt("/sim/startup/time-offset",
|
||||
parse_time_offset( (arg.substr(14)) ));
|
||||
} else if ( arg.find( "--time-match-real") != string::npos ) {
|
||||
fgSetString("/sim/startup/time-offset_type",
|
||||
fgSetString("/sim/startup/time-offset-type",
|
||||
"system-offset");
|
||||
} else if ( arg.find( "--time-match-local") != string::npos ) {
|
||||
fgSetString("/sim/startup/time-offset_type",
|
||||
fgSetString("/sim/startup/time-offset-type",
|
||||
"latitude-offset");
|
||||
} else if ( arg.find( "--start-date-sys=") != string::npos ) {
|
||||
fgSetInt("/sim/startup/time-offset",
|
||||
|
|
Loading…
Add table
Reference in a new issue