Change the type 'storm' to 'thunderstorm' and enable the ai-models code by default again.
This commit is contained in:
parent
ed63f498f8
commit
f3c3117a0a
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- Puts a thunderstorm southwest of KSFO -->
|
||||
<entry>
|
||||
<type>storm</type>
|
||||
<type>thunderstorm</type>
|
||||
<model>Models/Geometry/thunderstorm.xml</model>
|
||||
<latitude>37.44</latitude>
|
||||
<longitude>-122.25</longitude>
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
</scenario>
|
||||
|
||||
</PropertyList>
|
||||
</PropertyList>
|
||||
|
|
|
@ -53,7 +53,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</navdb>
|
||||
<sound>
|
||||
<pause type="bool">false</pause>
|
||||
<volume type="double">1.0</volume>
|
||||
<volume type="double">0.0</volume>
|
||||
<voice type="bool">true</voice>
|
||||
</sound>
|
||||
<speed-up type="double">1.0</speed-up>
|
||||
|
@ -285,7 +285,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</traffic-manager>
|
||||
|
||||
<ai>
|
||||
<enabled type="bool">false</enabled>
|
||||
<enabled type="bool">true</enabled>
|
||||
<!-- <scenario>aircraft_demo</scenario> -->
|
||||
</ai>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue