1
0
Fork 0

Fixed a couple property manager typos.

This commit is contained in:
curt 2001-03-03 00:04:03 +00:00
parent 0262c56059
commit e85cf6cc10

View file

@ -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",