This commit is contained in:
Sen 2025-03-18 13:07:23 +01:00
parent 47b9ecbb94
commit b3fff0134f
6 changed files with 10 additions and 3 deletions

View file

@ -375,7 +375,7 @@ public class Game implements IThreadListener {
public int port = Config.PORT;
public int bind = -1;
@Variable(name = "snd_device_type", category = CVarCategory.SOUND, display = "Tonausgabe")
@Variable(name = "snd_enabled", category = CVarCategory.SOUND, display = "Tonausgabe")
public boolean soundEnabled = true;
@Variable(name = "snd_buffer_size", category = CVarCategory.SOUND, min = 0, max = 1048576, display = "Puffergröße")
public int soundBufferSize = 2048;