mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 18:11:38 +00:00
Changed 'freesrc' parameter from int to SDL_bool
This commit is contained in:
@@ -193,7 +193,7 @@ static void CorrectAlphaChannel(SDL_Surface *surface)
|
||||
}
|
||||
}
|
||||
|
||||
SDL_Surface *SDL_LoadBMP_RW(SDL_RWops *src, int freesrc)
|
||||
SDL_Surface *SDL_LoadBMP_RW(SDL_RWops *src, SDL_bool freesrc)
|
||||
{
|
||||
SDL_bool was_error;
|
||||
Sint64 fp_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user