Add some /sim/presets properties to setDefaults
Ensure these properties are always defined, but with default values, to simplify usage.
This commit is contained in:
parent
a9475bd0fa
commit
9339fd2375
1 changed files with 3 additions and 0 deletions
|
@ -162,7 +162,10 @@ void fgSetDefaults ()
|
|||
fgSetDouble("/sim/presets/speed-north-fps", 0.0);
|
||||
fgSetDouble("/sim/presets/speed-east-fps", 0.0);
|
||||
fgSetDouble("/sim/presets/speed-down-fps", 0.0);
|
||||
fgSetDouble("/sim/presets/offset-distance-nm", 0.0);
|
||||
|
||||
fgSetBool("/sim/presets/runway-requested", false);
|
||||
|
||||
fgSetBool("/sim/presets/onground", true);
|
||||
fgSetBool("/sim/presets/trim", false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue