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 --- src/s_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/s_sound.c') 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