Use native MIDI music by default.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879
This commit is contained in:
parent
448adb31d7
commit
2f3b2889ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue