ref: 2f3b2889abdcb219ae0d27e14f233ca76bf42dec
parent: 448adb31d703afed9e9cc2bfd109c1fcd34447c4
author: Simon Howard <[email protected]>
date: Mon Mar 8 13:50:29 EST 2010
Use native MIDI music by default. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879
--- a/setup/sound.c
+++ b/setup/sound.c
@@ -61,7 +61,7 @@
int numChannels = 8;
int sfxVolume = 15;
-int snd_musicdevice = SNDDEVICE_SB;
+int snd_musicdevice = SNDDEVICE_GENMIDI;
int musicVolume = 15;
int snd_samplerate = 22050;
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -120,7 +120,7 @@
int numChannels = 8;
-int snd_musicdevice = SNDDEVICE_SB;
+int snd_musicdevice = SNDDEVICE_GENMIDI;
int snd_sfxdevice = SNDDEVICE_SB;
// Sound modules