mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 22:46:12 +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;
|
||||
int x, y;
|
||||
int w, h, cpp;
|
||||
size_t ncolors;
|
||||
long unsigned int ncolors;
|
||||
size_t indexed;
|
||||
Uint8 *dst;
|
||||
struct color_hash *colors = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue