mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Not dealing with size_t mess with SDL code
This commit is contained in:
parent
44b6cc1056
commit
f36fa64b57
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ static SDL_Surface *load_xpm(const char **xpm, SDL_RWops *src)
|
||||||
size_t index;
|
size_t index;
|
||||||
int x, y;
|
int x, y;
|
||||||
int w, h, cpp;
|
int w, h, cpp;
|
||||||
size_t ncolors;
|
long unsigned int ncolors;
|
||||||
size_t indexed;
|
size_t indexed;
|
||||||
Uint8 *dst;
|
Uint8 *dst;
|
||||||
struct color_hash *colors = NULL;
|
struct color_hash *colors = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue