From 476323d7dd83dc69619e0dfe136b22637643f971 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 20 Oct 2013 20:06:25 +0000 Subject: Use OPL MIDI playback as the default music device. Subversion-branch: /branches/v2-branch Subversion-revision: 2714 --- src/setup/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup') diff --git a/src/setup/sound.c b/src/setup/sound.c index dae07413..9c635335 100644 --- a/src/setup/sound.c +++ b/src/setup/sound.c @@ -70,7 +70,7 @@ static char *cfg_extension[] = { "cfg", NULL }; // Config file variables: int snd_sfxdevice = SNDDEVICE_SB; -int snd_musicdevice = SNDDEVICE_GENMIDI; +int snd_musicdevice = SNDDEVICE_SB; int snd_samplerate = 44100; int opl_io_port = 0x388; int snd_cachesize = 64 * 1024 * 1024; -- cgit v1.2.3