1
0
Fork 0

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:
Bertrand Coconnier 2017-06-11 00:57:18 +02:00
parent 32ff0056ef
commit b201b2ab51

View file

@ -1367,5 +1367,11 @@ Started September 2000 by David Megginson, david@megginson.com
<roi-y1 type="float" userarchive="n">0.0</roi-y1> <roi-y1 type="float" userarchive="n">0.0</roi-y1>
<lightning type="float" userarchive="n">0.0</lightning> <lightning type="float" userarchive="n">0.0</lightning>
</earthview> </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> </PropertyList>
<!-- end of preferences.xml --> <!-- end of preferences.xml -->