Skip to content
Snippets Groups Projects
Commit 20ea98d5 authored by Eidolon's avatar Eidolon
Browse files

Always cache EMEMAP/SUPMAP in PU_HUDGFX tag

These particular patches need to be cached in
K_LoadKartHUDGraphics, but caching them anywhere else with a
different tag causes them to potentially be freed and then later
use-after-freed during a Sealed Star run, causing a crash. Instead,
let's cache them as PU_HUDGFX in all cases where they are used.

Fixes KartKrew/Kart#1240
parent f4e023a3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment