mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-03 16:33:11 +00:00
stray #if to #ifdef
This commit is contained in:
parent
6cc6edc137
commit
cfaa017e7d
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…
Reference in a new issue