summaryrefslogtreecommitdiff
path: root/src/setup/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/sound.c')
-rw-r--r--src/setup/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/sound.c b/src/setup/sound.c
index dae07413..9c635335 100644
--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -70,7 +70,7 @@ static char *cfg_extension[] = { "cfg", NULL };
// Config file variables:
int snd_sfxdevice = SNDDEVICE_SB;
-int snd_musicdevice = SNDDEVICE_GENMIDI;
+int snd_musicdevice = SNDDEVICE_SB;
int snd_samplerate = 44100;
int opl_io_port = 0x388;
int snd_cachesize = 64 * 1024 * 1024;