From 6a57eabb145e5000427e38ab0c8d3bb435b2c596 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 6 Apr 2012 15:30:36 +0300 Subject: Handle failing openal init properly, add enable_sound and sound_volume settings --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3