set "dme-fallback-to-loc" initial value
if /sim/realism/dme-fallback-to-loc is true or absent, LOC will be treated as DME (realism is off) if /sim/realism/dme-fallback-to-loc is false, LOC will be NOT be treated as DME (realism is on)
This commit is contained in:
parent
f31f09e4d5
commit
4280185393
1 changed files with 3 additions and 0 deletions
|
@ -785,6 +785,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<default-config type="string">/Aircraft/Generic/flightrecorder/generic-piston-propeller-4.xml</default-config>
|
||||
</flight-recorder>
|
||||
|
||||
<realism>
|
||||
<dme-fallback-to-loc type="bool">false</dme-fallback-to-loc>
|
||||
</realism>
|
||||
</sim>
|
||||
<!-- mouse mode -->
|
||||
<devices>
|
||||
|
|
Loading…
Reference in a new issue