From 1078feba46a33f416780509963c482af49119e3d Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Sat, 8 Dec 2018 21:06:22 -0500 Subject: [PATCH] Sim: Fix f***ed up seatbelt switch --- Models/Instruments/OHpanel/OHpanel.xml | 16 ++++++++-------- revision.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Models/Instruments/OHpanel/OHpanel.xml b/Models/Instruments/OHpanel/OHpanel.xml index 2403517f..4bf0ea11 100644 --- a/Models/Instruments/OHpanel/OHpanel.xml +++ b/Models/Instruments/OHpanel/OHpanel.xml @@ -5634,11 +5634,11 @@ false - property-adjust + property-cycle controls/switches/seatbelt-sign - 1 - 0 - 1 + 0.0 + + 1.0 nasal @@ -5650,11 +5650,11 @@ false - property-adjust + property-cycle controls/switches/seatbelt-sign - -1 - 0 - 1 + 1.0 + + 0.0 nasal diff --git a/revision.txt b/revision.txt index 30f6c639..7fceb08a 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4707 \ No newline at end of file +4708 \ No newline at end of file