Checkbox for AI sound support.
This commit is contained in:
parent
81f112ff7f
commit
58f72fff08
2 changed files with 25 additions and 0 deletions
|
@ -273,6 +273,28 @@
|
||||||
<property>/sim/sound/enabled</property>
|
<property>/sim/sound/enabled</property>
|
||||||
</enable>
|
</enable>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>6</row>
|
||||||
|
<col>0</col>
|
||||||
|
<label>AI/MP</label>
|
||||||
|
<halign>left</halign>
|
||||||
|
<enable>
|
||||||
|
<property>/sim/sound/enabled</property>
|
||||||
|
</enable>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<row>6</row>
|
||||||
|
<col>1</col>
|
||||||
|
<property>/sim/sound/aimodels/enabled</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
<enable>
|
||||||
|
<property>/sim/sound/enabled</property>
|
||||||
|
</enable>
|
||||||
|
</checkbox>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
|
@ -305,6 +305,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<festival type="bool">true</festival>
|
<festival type="bool">true</festival>
|
||||||
</voice>
|
</voice>
|
||||||
</voices>
|
</voices>
|
||||||
|
<aimodels>
|
||||||
|
<enabled type="bool" userarchive="y">false</enabled>
|
||||||
|
</aimodels>
|
||||||
</sound>
|
</sound>
|
||||||
<speed-up type="double">1.0</speed-up>
|
<speed-up type="double">1.0</speed-up>
|
||||||
<current-view>
|
<current-view>
|
||||||
|
|
Loading…
Add table
Reference in a new issue