1
0
Fork 0

Remove old references to /sim/auto-coordination.

Leave the alias code in aircraft.nas just to be safe.
This commit is contained in:
Philosopher 2014-01-20 11:11:07 -06:00
parent 07f170ff1e
commit 4942fbedf7
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ Bit Binary Hardware Function Interpretation
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
setprop("/sim/auto-coordination", ! !getprop("/sim/gui/d-button")); setprop("/controls/flight/auto-coordination", ! !getprop("/sim/gui/d-button"));
</script> </script>
</binding> </binding>
</button> </button>

View file

@ -35,7 +35,7 @@
<chunk> <chunk>
<name>autocoord</name> <name>autocoord</name>
<type>bool</type> <type>bool</type>
<node>/sim/auto-coordination</node> <node>/controls/flight/auto-coordination</node>
</chunk> </chunk>
<!-- chunk> <!-- chunk>