Merge branch 'nomixer-fix' into 'master'

Fix "NOMIXER" flag compiling

See merge request KartKrew/Kart-Public!159
This commit is contained in:
Sal 2020-05-15 19:28:54 -04:00
commit f0f4b7bc1e

View file

@ -1173,7 +1173,10 @@ void I_StartupSound(void)
const char *sdrv_name = NULL;
#endif
#ifndef HAVE_MIXER
midi_disabled = digital_disabled = true;
#ifndef NO_MIDI
midi_disabled =
#endif
digital_disabled = true;
#endif
memset(channels, 0, sizeof (channels)); //Alam: Clean it