twn_textures.c: remove unused amask

This commit is contained in:
veclavtalica 2025-01-13 23:56:22 +03:00
parent 6298394957
commit 5bce3e5238

View File

@ -44,7 +44,7 @@ static int load_eof_callback(void *user) {
static uint8_t *missing_texture_data;
static SDL_Surface *gen_missing_texture_surface(void) {
Uint32 rmask, gmask, bmask, amask;
Uint32 rmask, gmask, bmask;
#if SDL_BYTEORDER == SDL_BIG_ENDIAN
rmask = 0xff000000;