Fix an unused variable in menus.c with USE_OPENGL=0.

git-svn-id: https://svn.eduke32.com/eduke32@5461 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-12-04 11:52:43 +00:00
parent 4abd453bcf
commit 6a6bfc72fd

View file

@ -2891,7 +2891,9 @@ static int32_t M_MenuEntryOptionModify(MenuEntry_t *entry, int32_t newOption)
static void M_MenuEntryOptionDidModify(MenuEntry_t *entry)
{
#ifdef USE_OPENGL
int domodechange = 0;
#endif
if (entry == &ME_GAMESETUP_AIM_AUTO ||
entry == &ME_GAMESETUP_WEAPSWITCH_PICKUP ||