Bugfix to braking sound by inuyaksa
This commit is contained in:
parent
366c8e4d4c
commit
1c4b046875
1 changed files with 9 additions and 21 deletions
|
@ -2137,37 +2137,25 @@
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<or>
|
<or>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
|
<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
|
||||||
<value>0.95</value>
|
<value>0.95</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<or>
|
<equals>
|
||||||
<equals>
|
<property>/gear/gear[1]/wow</property>
|
||||||
<property>/gear/gear[0]/wow</property>
|
<value>1</value>
|
||||||
<value>1</value>
|
</equals>
|
||||||
</equals>
|
|
||||||
<equals>
|
|
||||||
<property>/gear/gear[1]/wow</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</or>
|
|
||||||
</and>
|
</and>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
|
<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
|
||||||
<value>0.95</value>
|
<value>0.95</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<or>
|
<equals>
|
||||||
<equals>
|
<property>/gear/gear[2]/wow</property>
|
||||||
<property>/gear/gear[0]/wow</property>
|
<value>1</value>
|
||||||
<value>1</value>
|
</equals>
|
||||||
</equals>
|
|
||||||
<equals>
|
|
||||||
<property>/gear/gear[2]/wow</property>
|
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</or>
|
|
||||||
</and>
|
</and>
|
||||||
</or>
|
</or>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
|
|
Loading…
Reference in a new issue