mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Fix build without DROIDMENU.
git-svn-id: https://svn.eduke32.com/eduke32@5004 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d88a938320
commit
8194310400
1 changed files with 2 additions and 0 deletions
|
@ -587,8 +587,10 @@ static MenuEntry_t *MEL_DISPLAYSETUP_GL[] = {
|
||||||
#endif
|
#endif
|
||||||
&ME_DISPLAYSETUP_ASPECTRATIO,
|
&ME_DISPLAYSETUP_ASPECTRATIO,
|
||||||
&ME_DISPLAYSETUP_TEXFILTER,
|
&ME_DISPLAYSETUP_TEXFILTER,
|
||||||
|
#ifdef DROIDMENU
|
||||||
&ME_DISPLAYSETUP_HIDEDPAD,
|
&ME_DISPLAYSETUP_HIDEDPAD,
|
||||||
&ME_DISPLAYSETUP_TOUCHALPHA,
|
&ME_DISPLAYSETUP_TOUCHALPHA,
|
||||||
|
#endif
|
||||||
#ifndef DROIDMENU
|
#ifndef DROIDMENU
|
||||||
&ME_DISPLAYSETUP_ANISOTROPY,
|
&ME_DISPLAYSETUP_ANISOTROPY,
|
||||||
&ME_DISPLAYSETUP_VSYNC,
|
&ME_DISPLAYSETUP_VSYNC,
|
||||||
|
|
Loading…
Reference in a new issue