From 5bce3e52386f091e42764e204b40225e555e2368 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Mon, 13 Jan 2025 23:56:22 +0300 Subject: [PATCH] twn_textures.c: remove unused amask --- src/twn_textures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twn_textures.c b/src/twn_textures.c index 88e4f73..f4838ac 100644 --- a/src/twn_textures.c +++ b/src/twn_textures.c @@ -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;