Skip to content

Commit

Permalink
fix(a380x/window): Hotfix for Windows in Flight (flybywiresim#9083)
Browse files Browse the repository at this point in the history
* fix: updated lvar name

* chore: docs
  • Loading branch information
2hwk authored Oct 17, 2024
1 parent 307c71b commit 80e3998
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions fbw-a380x/docs/a380-simvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@
- B3
- B4

- A32NX_PRESS_MAN_CABIN_DELTA_PRESSURE
- PSI
- As above, but analog system transmitted by the manual partition of CPC1

- A32NX_PRESS_OCSM_{id1}_CHANNEL_{id2}_FAILURE
- Bool
- True if the channel is failed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
</UseTemplate>
<UseTemplate Name = "ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
(L:A32NX_PRESS_CABIN_DELTA_PRESSURE, psi) 1.2 &lt; if{
(L:A32NX_PRESS_MAN_CABIN_DELTA_PRESSURE, psi) 1.2 &lt; if{
(L:FO_SLIDING_WINDOW) ! (&gt;L:FO_SLIDING_WINDOW)
} els{
0 (&gt;L:FO_SLIDING_WINDOW)
Expand All @@ -577,7 +577,7 @@
</UseTemplate>
<UseTemplate Name = "ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
(A:IS CAMERA RAY INTERSECT WITH NODE:1, Bool) 0 == (L:A32NX_PRESS_CABIN_DELTA_PRESSURE, psi) 1.2 &lt; and if{
(A:IS CAMERA RAY INTERSECT WITH NODE:1, Bool) 0 == (L:A32NX_PRESS_MAN_CABIN_DELTA_PRESSURE, psi) 1.2 &lt; and if{
(L:CPT_SLIDING_WINDOW) ! (&gt;L:CPT_SLIDING_WINDOW)
} els{
0 (&gt;L:CPT_SLIDING_WINDOW)
Expand Down

0 comments on commit 80e3998

Please sign in to comment.