mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Fix compiling without MixerX support
This commit is contained in:
parent
a6fe6ebcd3
commit
b5279c34fa
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…
Reference in a new issue