summaryrefslogtreecommitdiff
path: root/setup/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup/sound.c')
-rw-r--r--setup/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/sound.c b/setup/sound.c
index 0ca95b08..f7a9c6d4 100644
--- a/setup/sound.c
+++ b/setup/sound.c
@@ -61,7 +61,7 @@ int snd_sfxdevice = SNDDEVICE_SB;
int numChannels = 8;
int sfxVolume = 15;
-int snd_musicdevice = SNDDEVICE_SB;
+int snd_musicdevice = SNDDEVICE_GENMIDI;
int musicVolume = 15;
int snd_samplerate = 22050;