Sim: Fix f***ed up seatbelt switch

This commit is contained in:
Joshua Davidson 2018-12-08 21:06:22 -05:00
parent 6a62730ab4
commit 1078feba46
2 changed files with 9 additions and 9 deletions

View file

@ -5634,11 +5634,11 @@
<button>3</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<command>property-cycle</command>
<property>controls/switches/seatbelt-sign</property>
<step>1</step>
<min>0</min>
<max>1</max>
<value>0.0</value>
<!--value>0.5</value-->
<value>1.0</value>
</binding>
<binding>
<command>nasal</command>
@ -5650,11 +5650,11 @@
<button>4</button>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<command>property-cycle</command>
<property>controls/switches/seatbelt-sign</property>
<step>-1</step>
<min>0</min>
<max>1</max>
<value>1.0</value>
<!--value>0.5</value-->
<value>0.0</value>
</binding>
<binding>
<command>nasal</command>

View file

@ -1 +1 @@
4707
4708