X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fmsdos.c;h=61e1eaf2a3efbdee6b205d0ad557734aa56a4089;hp=ea75479de66edec7947d86a2a44315a4315e15e3;hb=430aa8b71d2031eabc6341d4812363023105586e;hpb=2eeb33b85d7394bd58f51bdc430894f97f8ee6f5 diff --git a/src/libgame/msdos.c b/src/libgame/msdos.c index ea75479d..61e1eaf2 100644 --- a/src/libgame/msdos.c +++ b/src/libgame/msdos.c @@ -931,9 +931,13 @@ void MSDOSOpenAudio(void) audio.music_available = TRUE; audio.loops_available = TRUE; audio.sound_enabled = TRUE; - } - InitPlaylist(); + audio.num_channels = NUM_MIXER_CHANNELS; + audio.music_channel = MUSIC_CHANNEL; + audio.first_sound_channel = FIRST_SOUND_CHANNEL; + + InitPlaylist(); + } } void MSDOSCloseAudio(void)