From 8194310400725b4d6175e4ea9d6ea83536e8726d Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Wed, 11 Feb 2015 07:08:41 +0000 Subject: [PATCH] Fix build without DROIDMENU. git-svn-id: https://svn.eduke32.com/eduke32@5004 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/menus.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer/eduke32/source/menus.c b/polymer/eduke32/source/menus.c index fbecb3383..da782b03d 100644 --- a/polymer/eduke32/source/menus.c +++ b/polymer/eduke32/source/menus.c @@ -587,8 +587,10 @@ static MenuEntry_t *MEL_DISPLAYSETUP_GL[] = { #endif &ME_DISPLAYSETUP_ASPECTRATIO, &ME_DISPLAYSETUP_TEXFILTER, +#ifdef DROIDMENU &ME_DISPLAYSETUP_HIDEDPAD, &ME_DISPLAYSETUP_TOUCHALPHA, +#endif #ifndef DROIDMENU &ME_DISPLAYSETUP_ANISOTROPY, &ME_DISPLAYSETUP_VSYNC,