Property /sim/sound/audible renamed to /sim/sound/pause
Individual aircraft -set.xml files shouldn't set global sound/volume properties for the entire application.
This commit is contained in:
parent
4c93990a46
commit
2af0a69765
3 changed files with 2 additions and 3 deletions
|
@ -48,7 +48,6 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
||||||
</systems>
|
</systems>
|
||||||
|
|
||||||
<sound>
|
<sound>
|
||||||
<audible archive="y">true</audible>
|
|
||||||
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
||||||
</sound>
|
</sound>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
<flight-model>ufo</flight-model>
|
<flight-model>ufo</flight-model>
|
||||||
|
|
||||||
<sound>
|
<sound>
|
||||||
<audible>true</audible>
|
|
||||||
<path>Aircraft/ufo/ufo-sound.xml</path>
|
<path>Aircraft/ufo/ufo-sound.xml</path>
|
||||||
</sound>
|
</sound>
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
</rendering>
|
</rendering>
|
||||||
<model-hz type="int">120</model-hz>
|
<model-hz type="int">120</model-hz>
|
||||||
<sound>
|
<sound>
|
||||||
<audible type="bool">true</audible>
|
<pause type="bool">false</pause>
|
||||||
|
<volume type="double">1.0</volume>
|
||||||
<voice type="bool">true</voice>
|
<voice type="bool">true</voice>
|
||||||
</sound>
|
</sound>
|
||||||
<speed-up type="double">1.0</speed-up>
|
<speed-up type="double">1.0</speed-up>
|
||||||
|
|
Loading…
Reference in a new issue