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>
|
||||
|
||||
<sound>
|
||||
<audible archive="y">true</audible>
|
||||
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<flight-model>ufo</flight-model>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/ufo/ufo-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
|
|
|
@ -46,7 +46,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</rendering>
|
||||
<model-hz type="int">120</model-hz>
|
||||
<sound>
|
||||
<audible type="bool">true</audible>
|
||||
<pause type="bool">false</pause>
|
||||
<volume type="double">1.0</volume>
|
||||
<voice type="bool">true</voice>
|
||||
</sound>
|
||||
<speed-up type="double">1.0</speed-up>
|
||||
|
|
Loading…
Reference in a new issue