Added the default values for the AI wake feature.
The feature is disabled by default. And when enabled the AI wake interaction is computed for aircraft closer than 5 nautical miles to the user aircraft.
This commit is contained in:
parent
32ff0056ef
commit
b201b2ab51
1 changed files with 6 additions and 0 deletions
|
@ -1367,5 +1367,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<roi-y1 type="float" userarchive="n">0.0</roi-y1>
|
||||
<lightning type="float" userarchive="n">0.0</lightning>
|
||||
</earthview>
|
||||
<fdm>
|
||||
<ai-wake>
|
||||
<enabled type="bool" userarchive="n">false</enabled>
|
||||
<max-radius-nm type="double" userarchive="n">5.0</max-radius-nm>
|
||||
</ai-wake>
|
||||
</fdm>
|
||||
</PropertyList>
|
||||
<!-- end of preferences.xml -->
|
||||
|
|
Loading…
Add table
Reference in a new issue