1
0
Fork 0

Bugfix to braking sound by inuyaksa

This commit is contained in:
legoboyvdlp R 2021-01-20 10:29:23 +00:00
parent 366c8e4d4c
commit 1c4b046875

View file

@ -2142,32 +2142,20 @@
<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>
<property>/gear/gear[0]/wow</property>
<value>1</value>
</equals>
<equals> <equals>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<value>1</value> <value>1</value>
</equals> </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>
<property>/gear/gear[0]/wow</property>
<value>1</value>
</equals>
<equals> <equals>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
<value>1</value> <value>1</value>
</equals> </equals>
</or>
</and> </and>
</or> </or>
<greater-than> <greater-than>