summaryrefslogtreecommitdiff
path: root/setup/sound.c
diff options
context:
space:
mode:
authorSimon Howard2010-03-08 18:50:29 +0000
committerSimon Howard2010-03-08 18:50:29 +0000
commit2f3b2889abdcb219ae0d27e14f233ca76bf42dec (patch)
tree72400ff301aff88cf7db998702f7b4002aea24a2 /setup/sound.c
parent448adb31d703afed9e9cc2bfd109c1fcd34447c4 (diff)
downloadchocolate-doom-2f3b2889abdcb219ae0d27e14f233ca76bf42dec.tar.gz
chocolate-doom-2f3b2889abdcb219ae0d27e14f233ca76bf42dec.tar.bz2
chocolate-doom-2f3b2889abdcb219ae0d27e14f233ca76bf42dec.zip
Use native MIDI music by default.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879
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;