1
0
Fork 0

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:
durk 2009-10-04 07:52:54 +00:00
parent 2989ab314a
commit 5c9f8532eb

View file

@ -27,6 +27,7 @@ Started September 2000 by David Megginson, david@megginson.com
<read type="string"/> <read type="string"/>
<write type="string"/> <write type="string"/>
</validate> </validate>
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
</paths> </paths>
<intl include="Translations/locale.xml"/> <intl include="Translations/locale.xml"/>
@ -544,7 +545,6 @@ Started September 2000 by David Megginson, david@megginson.com
<traffic-manager> <traffic-manager>
<enabled type="bool">true</enabled> <enabled type="bool">true</enabled>
<instantaneous-action type="bool">false</instantaneous-action> <instantaneous-action type="bool">false</instantaneous-action>
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
<proportion>1.0</proportion> <proportion>1.0</proportion>
</traffic-manager> </traffic-manager>