From 325d14e1a0d75de402a5c6915ff0f4acfd53dd72 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 3 Sep 2025 09:41:02 -0400 Subject: [PATCH 1/2] Thanks debian --- src/sdl/i_video.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index 55606aad1..0f323ebeb 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -255,7 +255,10 @@ static SDL_bool Impl_RenderContextReset(void) if (renderer) { SDL_DestroyRenderer(renderer); +// Thanks Debian.... +#if SDL_VERSION_ATLEAST(2,28,0) SDL_DestroyWindowSurface(window); // workaround for a bug in sdl +#endif texture = NULL; // Destroying a renderer also destroys all of its textures } renderer = NULL; From cbfd7843bb5bc8f1beb9501c9bad8b7a99110797 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 3 Sep 2025 12:13:54 -0400 Subject: [PATCH 2/2] Update mappatch hash --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index de27afd1e..bf6ae2a92 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -89,7 +89,7 @@ #define ASSET_HASH_CHARS_KART 0x1e68a3e01aa5c68b #define ASSET_HASH_MAPS_KART 0x38558ed00da41ce9 #define ASSET_HASH_MAIN_PK3 0x5c3c5f3a797479ff -#define ASSET_HASH_MAPPATCH_PK3 0x3a82d44f1514d7f1 +#define ASSET_HASH_MAPPATCH_PK3 0xa376d2614b032e0c #define ASSET_HASH_BONUSCHARS_KART 0x60e6f13d822a7461 #ifdef USE_PATCH_FILE #define ASSET_HASH_PATCH_PK3 0x0000000000000000