From 8a5c7e6df36ce71fa0caa503f39d0ce298a02e07 Mon Sep 17 00:00:00 2001 From: Cyao <94928179+cheyao@users.noreply.github.com> Date: Wed, 29 May 2024 14:20:20 +0200 Subject: [PATCH] Change renamed symbol --- src/IMG_tga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IMG_tga.c b/src/IMG_tga.c index 0b136d44..9950e2e5 100644 --- a/src/IMG_tga.c +++ b/src/IMG_tga.c @@ -156,7 +156,7 @@ SDL_Surface *IMG_LoadTGA_IO(SDL_IOStream *src) case 16: /* 15 and 16bpp both seem to use 5 bits/plane. The extra alpha bit is ignored for now. */ - format = SDL_PIXELFORMAT_RGB555; + format = SDL_PIXELFORMAT_XRGB1555; break; case 32: