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 4576303b58
commit f6e83ac6a2
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;