Sim: Spelling error fixed
This commit is contained in:
parent
838894d12e
commit
db1ee27a21
5 changed files with 8 additions and 13 deletions
|
@ -1362,7 +1362,7 @@
|
|||
</fadec>
|
||||
<igniter-select-1 type="int">0</igniter-select-1>
|
||||
<igniter-select-2 type="int">0</igniter-select-2>
|
||||
<seperate-tiller-axis type="bool">0</seperate-tiller-axis>
|
||||
<separate-tiller-axis type="bool">0</separate-tiller-axis>
|
||||
</options>
|
||||
</acconfig>
|
||||
<air-conditioning>
|
||||
|
|
|
@ -62,7 +62,7 @@ setprop("/systems/acconfig/options/welcome-skip", 0);
|
|||
setprop("/systems/acconfig/options/no-rendering-warn", 0);
|
||||
setprop("/systems/acconfig/options/save-state", 0);
|
||||
setprop("/systems/acconfig/options/hide-canvas-outside", 0);
|
||||
setprop("/systems/acconfig/options/seperate-tiller-axis", 0);
|
||||
setprop("/systems/acconfig/options/separate-tiller-axis", 0);
|
||||
setprop("/systems/acconfig/options/nd-rate", 1);
|
||||
setprop("/systems/acconfig/options/dcdu-rate", 1);
|
||||
setprop("/systems/acconfig/options/autopush/show-route", 1);
|
||||
|
|
|
@ -372,12 +372,12 @@
|
|||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Use Seperate Tiller Axis</label>
|
||||
<label>Use Separate Tiller Axis</label>
|
||||
<halign>left</halign>
|
||||
<property>/systems/acconfig/options/seperate-tiller-axis</property>
|
||||
<property>/systems/acconfig/options/separate-tiller-axis</property>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/systems/acconfig/options/seperate-tiller-axis</property>
|
||||
<property>/systems/acconfig/options/separate-tiller-axis</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
|
|
@ -60,11 +60,6 @@
|
|||
<halign>left</halign>
|
||||
<label>Some aircraft settings may have been returned to their defaults.</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>This screen will only appear after a fresh install, or update. Thank you for choosing A320-family!</label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -1134,7 +1134,7 @@
|
|||
/gear/gear[0]/wow ne 1
|
||||
</test>
|
||||
<test value="/controls/gear/steering">
|
||||
/systems/acconfig/options/seperate-tiller-axis eq 1
|
||||
/systems/acconfig/options/separate-tiller-axis eq 1
|
||||
</test>
|
||||
<test value="fbw/sidestick/roll-input">
|
||||
/controls/flight/aileron-drives-tiller eq 1
|
||||
|
@ -1145,7 +1145,7 @@
|
|||
<input>/controls/gear/steering-switched</input>
|
||||
<table>
|
||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||
<independentVar lookup="column">/systems/acconfig/options/seperate-tiller-axis</independentVar>
|
||||
<independentVar lookup="column">/systems/acconfig/options/separate-tiller-axis</independentVar>
|
||||
<tableData>
|
||||
0 1
|
||||
0.5 0 0
|
||||
|
@ -1273,7 +1273,7 @@
|
|||
fbw/fmgc/enabled eq 1
|
||||
</test>
|
||||
<test value="hydraulics/tiller/tiller-cmd-deg">
|
||||
/systems/acconfig/options/seperate-tiller-axis eq 1
|
||||
/systems/acconfig/options/separate-tiller-axis eq 1
|
||||
</test>
|
||||
<clipto>
|
||||
<min>-75</min>
|
||||
|
|
Loading…
Reference in a new issue