Sim: Fix f***ed up seatbelt switch
This commit is contained in:
parent
6a62730ab4
commit
1078feba46
2 changed files with 9 additions and 9 deletions
|
@ -5634,11 +5634,11 @@
|
||||||
<button>3</button>
|
<button>3</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-cycle</command>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<step>1</step>
|
<value>0.0</value>
|
||||||
<min>0</min>
|
<!--value>0.5</value-->
|
||||||
<max>1</max>
|
<value>1.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
|
@ -5650,11 +5650,11 @@
|
||||||
<button>4</button>
|
<button>4</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-cycle</command>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<step>-1</step>
|
<value>1.0</value>
|
||||||
<min>0</min>
|
<!--value>0.5</value-->
|
||||||
<max>1</max>
|
<value>0.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4707
|
4708
|
Reference in a new issue