From 2f3b2889abdcb219ae0d27e14f233ca76bf42dec Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 8 Mar 2010 18:50:29 +0000 Subject: Use native MIDI music by default. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879 --- setup/sound.c | 2 +- src/s_sound.c | 2 +- 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 -- cgit v1.2.3