Prevent crc sounding when master warning is on but sound is off
This commit is contained in:
parent
741e579113
commit
718962e2fb
1 changed files with 4 additions and 2 deletions
|
@ -1498,8 +1498,10 @@
|
||||||
<mode>looped</mode>
|
<mode>looped</mode>
|
||||||
<type>avionics</type>
|
<type>avionics</type>
|
||||||
<condition>
|
<condition>
|
||||||
|
<and>
|
||||||
<property>/ECAM/warnings/master-warning-light</property>
|
<property>/ECAM/warnings/master-warning-light</property>
|
||||||
<property>/sim/sound/warnings/crc</property>
|
<property>/sim/sound/warnings/crc</property>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>sim/sound/effects/volume</property>
|
<property>sim/sound/effects/volume</property>
|
||||||
|
|
Reference in a new issue