1
0
Fork 0

#544: slider to control AI sound volume missing

(not a bugfix really, but just too trivial).
This commit is contained in:
ThorstenB 2012-07-07 17:26:05 +02:00
parent 717fff74ce
commit ce36295c4a
2 changed files with 13 additions and 0 deletions

View file

@ -295,6 +295,18 @@
<property>/sim/sound/enabled</property>
</enable>
</checkbox>
<slider>
<row>6</row>
<col>2</col>
<property>/sim/sound/aimodels/volume</property>
<binding>
<command>dialog-apply</command>
</binding>
<enable>
<property>/sim/sound/enabled</property>
</enable>
</slider>
</group>
<hrule/>

View file

@ -297,6 +297,7 @@ Started September 2000 by David Megginson, david@megginson.com
</voices>
<aimodels>
<enabled type="bool" userarchive="y">false</enabled>
<volume type="float" userarchive="y">0.6</volume>
</aimodels>
</sound>
<speed-up type="double">1.0</speed-up>