Skip to content

Commit

Permalink
fix(a380): fix seatbelts tooltip (#9126)
Browse files Browse the repository at this point in the history
Co-authored-by: 2hwk <[email protected]>
Co-authored-by: alepouna <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2024
1 parent edd9fc7 commit 25313e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2124,9 +2124,9 @@
<SWITCH_POSITION_VAR>XMLVAR_SWITCH_OVHD_INTLT_SEATBELT_Position</SWITCH_POSITION_VAR>
<LIGHT_TYPE>SEATBELTS</LIGHT_TYPE>
<ANIMTIP_1_ON_PERCENT>0.5</ANIMTIP_1_ON_PERCENT>
<ANIMTIP_0>TT:COCKPIT.TOOLTIPS.LIGHTS_NOSMOKE_ON</ANIMTIP_0>
<ANIMTIP_1>TT:COCKPIT.TOOLTIPS.LIGHTS_NOSMOKE_AUTO</ANIMTIP_1>
<ANIMTIP_2>TT:COCKPIT.TOOLTIPS.LIGHTS_NOSMOKE_OFF</ANIMTIP_2>
<ANIMTIP_0>TT:COCKPIT.TOOLTIPS.LIGHTS_SEATBELT_ON</ANIMTIP_0>
<ANIMTIP_1>TT:COCKPIT.TOOLTIPS.LIGHTS_SEATBELT_AUTO</ANIMTIP_1>
<ANIMTIP_2>TT:COCKPIT.TOOLTIPS.LIGHTS_SEATBELT_OFF</ANIMTIP_2>
<WWISE_EVENT>lswitch</WWISE_EVENT>
<CODE_POS_0>
(A:CABIN SEATBELTS ALERT SWITCH, bool) 0 == if{
Expand Down

0 comments on commit 25313e0

Please sign in to comment.