1
0
Fork 0

Changes from Erik Hofman adding per-aircraft sound-configuration files

and renaming /sim/sound to /sim/sound/audible.  So far, there are
sound config files only for the C172, C182, and C310; we'll have to
add them for other aircraft.
This commit is contained in:
david 2002-02-27 14:22:05 +00:00
parent 00f404d5a9
commit 835092ae6a
3 changed files with 15 additions and 3 deletions

View file

@ -16,7 +16,11 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>jsb</flight-model>
<aero>c172</aero>
<sound>true</sound>
<sound>
<audible>true</audible>
<path>Aircraft/c172/c172-sound.xml</path>
</sound>
<panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>

View file

@ -16,7 +16,11 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>jsb</flight-model>
<aero>c182</aero>
<sound>true</sound>
<sound>
<audible>true</audible>
<path>Aircraft/c182/c182-sound.xml</path>
</sound>
<panel>
<path>Aircraft/c182/Panels/c182s-panel.xml</path>

View file

@ -16,7 +16,11 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>jsb</flight-model>
<aero>c310</aero>
<sound>true</sound>
<sound>
<audible>true</audible>
<path>Aircraft/c310/c310-sound.xml</path>
</sound>
<panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path>