summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2010-03-08 18:50:29 +0000
committerSimon Howard2010-03-08 18:50:29 +0000
commit2f3b2889abdcb219ae0d27e14f233ca76bf42dec (patch)
tree72400ff301aff88cf7db998702f7b4002aea24a2
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
-rw-r--r--setup/sound.c2
-rw-r--r--src/s_sound.c2
2 files changed, 2 insertions, 2 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;
diff --git a/src/s_sound.c b/src/s_sound.c
index 6c18f65e..7ae7559a 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -120,7 +120,7 @@ static musicinfo_t *mus_playing = NULL;
int numChannels = 8;
-int snd_musicdevice = SNDDEVICE_SB;
+int snd_musicdevice = SNDDEVICE_GENMIDI;
int snd_sfxdevice = SNDDEVICE_SB;
// Sound modules