Fixes issue #1500 "SDL_RWops fails under Android 4" by removing stale Local Refs

and replacing them for their global equivalents.
This commit is contained in:
Gabriel Jacobo
2012-05-25 15:35:41 -03:00
parent 8edbb26524
commit a6c03533e0
2 changed files with 9 additions and 10 deletions

View File

@@ -85,11 +85,8 @@ typedef struct SDL_RWops
#if defined(ANDROID)
struct
{
void *fileName;
void *fileNameRef;
void *inputStream;
void *inputStreamRef;
void *readableByteChannel;
void *readableByteChannelRef;
void *readMethod;
long position;