Make the "use-custom-scenery-data" property more generic. This will also
enable us to use it for loading airport geometry data, as well as using the shared model repository that is maintained by the custom scenery project.
This commit is contained in:
parent
2989ab314a
commit
5c9f8532eb
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<read type="string"/>
|
||||
<write type="string"/>
|
||||
</validate>
|
||||
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
|
||||
</paths>
|
||||
|
||||
<intl include="Translations/locale.xml"/>
|
||||
|
@ -544,7 +545,6 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<traffic-manager>
|
||||
<enabled type="bool">true</enabled>
|
||||
<instantaneous-action type="bool">false</instantaneous-action>
|
||||
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
|
||||
<proportion>1.0</proportion>
|
||||
</traffic-manager>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue