diff options
-rw-r--r-- | setup/sound.c | 2 | ||||
-rw-r--r-- | 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 |