mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
stray #if to #ifdef
This commit is contained in:
parent
59a913935e
commit
89a3c889dd
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ void I_StartupSound(void)
|
|||
music = NULL;
|
||||
music_volume = sfx_volume = 0;
|
||||
|
||||
#if HAVE_MIXERX
|
||||
#ifdef HAVE_MIXERX
|
||||
Mix_SetMidiPlayer(cv_midiplayer.value);
|
||||
Mix_SetSoundFonts(cv_midisoundfontpath.string);
|
||||
Mix_Timidity_addToPathList(cv_miditimiditypath.string);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue