From e18edf826f07d0f30caecc9f9cbda938b7e38605 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 20 Jul 2016 14:11:45 +0000 Subject: [PATCH] OOPS. Enable USE_RWOPS only on Android. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12269 d7cf8633-e32d-0410-b094-e92efae38249 --- fs.c | 1 - quakedef.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.c b/fs.c index 1dfc97f1..a7074e5f 100644 --- a/fs.c +++ b/fs.c @@ -74,7 +74,6 @@ # define dup _dup #endif -#define USE_RWOPS 1 #if USE_RWOPS # include typedef SDL_RWops *filedesc_t; diff --git a/quakedef.h b/quakedef.h index 60d5db30..f2acede2 100644 --- a/quakedef.h +++ b/quakedef.h @@ -427,6 +427,7 @@ extern cvar_t sessionid; # define DP_OS_NAME "Android" # define DP_OS_STR "android" # define USE_GLES2 1 +# define USE_RWOPS 1 # define LINK_TO_ZLIB 1 # define LINK_TO_LIBVORBIS 1 # define DP_MOBILETOUCH 1 -- 2.39.2