diff options
author | DTA7 <dta7e@t-online.de> | 2017-09-26 08:17:50 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-09-26 08:17:50 +0200 |
commit | 9eb163ab4f72fad234d47e9446f5608d1c5c02dc (patch) | |
tree | f4317f3a6de1f45e1b77c9b614956d8d746a12e2 /builtin | |
parent | 6f1c90720402415b62fb4d5e809ec7dbc1cd7f96 (diff) | |
download | minetest-9eb163ab4f72fad234d47e9446f5608d1c5c02dc.tar.gz minetest-9eb163ab4f72fad234d47e9446f5608d1c5c02dc.tar.bz2 minetest-9eb163ab4f72fad234d47e9446f5608d1c5c02dc.zip |
Add mute setting (toggled by the mute key and in the volume menu) (#6415)
* Add mute setting (toggled by the mute key and in the volume menu)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 926a881fe..3e63aaca5 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -763,6 +763,8 @@ enable_sound (Sound) bool true sound_volume (Volume) float 0.7 0.0 1.0 +mute_sound (Mute sound) bool false + [Client] [*Network] |