Un-break the iOS build.

git-svn-id: https://svn.eduke32.com/eduke32@5672 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-03-28 05:15:05 +00:00
parent 6363de0a4c
commit 3bbe30a6f8
3 changed files with 7 additions and 1 deletions

View File

@ -59,6 +59,10 @@ typedef unsigned int GLenum;
# define GL_WRITE_ONLY_ARB 0x88B9
# define GL_STREAM_DRAW_ARB 0x88E0
# define GL_STATIC_DRAW_ARB 0x88E4
# define GL_RGBA4 0x8056
# define GL_RGB5_A1 0x8057
# define GL_RGB565 0x8D62
#else
# include "glext.h"
#endif

View File

@ -785,6 +785,7 @@
2038AE9E1A8F12B60093B7B2 /* animsounds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = animsounds.c; path = ../../source/animsounds.c; sourceTree = SOURCE_ROOT; };
2038AE9F1A8F12B60093B7B2 /* animsounds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = animsounds.h; path = ../../source/animsounds.h; sourceTree = SOURCE_ROOT; };
2038AEA21A8F137E0093B7B2 /* DUKE.RTS */ = {isa = PBXFileReference; lastKnownFileType = file; name = DUKE.RTS; path = ../../../../../DUKE.RTS; sourceTree = SOURCE_ROOT; };
204D6B4F1C9896B0001FA505 /* inv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = inv.h; path = ../../source/inv.h; sourceTree = SOURCE_ROOT; };
206B3A051B074F3000E5DBD0 /* jwzgles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jwzgles.h; path = ../../build/include/jwzgles.h; sourceTree = SOURCE_ROOT; };
206B3A061B074F3000E5DBD0 /* jwzglesI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jwzglesI.h; path = ../../build/include/jwzglesI.h; sourceTree = SOURCE_ROOT; };
206B3A0B1B074F6400E5DBD0 /* jwzgles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = jwzgles.c; path = ../../build/src/jwzgles.c; sourceTree = SOURCE_ROOT; };
@ -1087,6 +1088,7 @@
0008E9BD19F1AD9B0091588D /* grpscan.h */,
0008E9BE19F1AD9B0091588D /* input.c */,
0008E9BF19F1AD9B0091588D /* input.h */,
204D6B4F1C9896B0001FA505 /* inv.h */,
0008E9C019F1AD9B0091588D /* keys.h */,
0008E9C119F1AD9B0091588D /* macros.h */,
0008E9C219F1AD9B0091588D /* menus.c */,

View File

@ -3590,7 +3590,7 @@ int M_ChangeMenu(MenuID_t cm)
soundvoices = ud.config.NumVoices;
break;
#ifdef DROIDMENU
#ifdef __ANDROID__
case MENU_TOUCHBUTTONS:
AndroidToggleButtonEditor();
break;