We're using the alpha component of the palette entries, let's name it appropriately.

This commit is contained in:
Sam Lantinga 2013-03-24 09:56:45 -07:00
parent 8f9ae94235
commit e09b99c523
4 changed files with 11 additions and 11 deletions

View file

@ -256,7 +256,7 @@ typedef struct SDL_Color
Uint8 r;
Uint8 g;
Uint8 b;
Uint8 unused;
Uint8 a;
} SDL_Color;
#define SDL_Colour SDL_Color