diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2012-04-06 15:30:36 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2012-04-06 15:30:36 +0300 |
| commit | 6a57eabb145e5000427e38ab0c8d3bb435b2c596 (patch) | |
| tree | fb67244b0e56cc4de092f5301da68d9a91ef6792 /minetest.conf.example | |
| parent | a67540807a051c39d79203832383e8fc8829b5d6 (diff) | |
| download | minetest-6a57eabb145e5000427e38ab0c8d3bb435b2c596.tar.xz | |
Handle failing openal init properly, add enable_sound and sound_volume settings
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index eb0ac63d9..edc2222bb 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -107,6 +107,9 @@ #console_color = (0,0,0) # In-game chat console background alpha (opaqueness, between 0 and 255) #console_alpha = 200 +# Sound settings +#enable_sound = true +#sound_volume = 0.7 # # Server stuff |
