Use native MIDI music by default.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1879
This commit is contained in:
Simon Howard 2010-03-08 18:50:29 +00:00
parent 448adb31d7
commit 2f3b2889ab
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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