mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'nomixer-fix' into 'master'
Fix "NOMIXER" flag compiling See merge request KartKrew/Kart-Public!159
This commit is contained in:
commit
9e6933ff48
1 changed files with 4 additions and 1 deletions
|
|
@ -1173,7 +1173,10 @@ void I_StartupSound(void)
|
||||||
const char *sdrv_name = NULL;
|
const char *sdrv_name = NULL;
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_MIXER
|
#ifndef HAVE_MIXER
|
||||||
midi_disabled = digital_disabled = true;
|
#ifndef NO_MIDI
|
||||||
|
midi_disabled =
|
||||||
|
#endif
|
||||||
|
digital_disabled = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
memset(channels, 0, sizeof (channels)); //Alam: Clean it
|
memset(channels, 0, sizeof (channels)); //Alam: Clean it
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue