Make the new SDL_RWops::hidden::unknown::data2 field a void*, not an int.
This commit is contained in:
parent
c865461ef8
commit
6bda63934d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ typedef struct SDL_RWops
|
|||
struct
|
||||
{
|
||||
void *data1;
|
||||
int data2;
|
||||
void *data2;
|
||||
} unknown;
|
||||
} hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue