mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compiling without MixerX support
This commit is contained in:
parent
58a074db26
commit
9d5abfcee0
1 changed files with 2 additions and 2 deletions
|
|
@ -1309,12 +1309,12 @@ static menuitem_t OP_SoundOptionsMenu[] =
|
|||
{IT_STRING | IT_CVAR, NULL, "Closed Captioning", &cv_closedcaptioning, 115}, // 56
|
||||
{IT_STRING | IT_CVAR, NULL, "Reset Music Upon Dying", &cv_resetmusic, 125}, // 62
|
||||
|
||||
#if defined(HAVE_OPENMPT) || defined(HAVE_MIXERX)
|
||||
#ifdef HAVE_MIXERX
|
||||
{IT_STRING | IT_SUBMENU, NULL, "Advanced Settings...", &OP_SoundAdvancedDef, 143},
|
||||
#endif
|
||||
};
|
||||
|
||||
#if defined(HAVE_OPENMPT) || defined(HAVE_MIXERX)
|
||||
#ifdef HAVE_MIXERX
|
||||
|
||||
#ifdef HAVE_OPENMPT
|
||||
#define OPENMPT_MENUOFFSET 32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue