1
0
Fork 0

boolean has officially become bool as a type (but boolean will internally still be supported)

This commit is contained in:
ehofman 2009-06-30 07:40:44 +00:00
parent 6083061422
commit e728912b07
2 changed files with 4 additions and 4 deletions

View file

@ -85,7 +85,7 @@
<chunk>
<name>Weight on Wheels ("GND"/"AIR")</name>
<type>boolean</type>
<type>bool</type>
<node>/fdm/acms/gear/wow</node>
</chunk>

View file

@ -34,15 +34,15 @@
<chunk>
<name>autocoord</name>
<type>boolean</type>
<type>bool</type>
<node>/sim/auto-coordination</node>
</chunk>
<chunk>
<!-- chunk>
<name>clock</name>
<type>string</type>
<node>/instrumentation/clock/indicated-string</node>
</chunk>
</chunk -->
</output>