Merge branch 'eid-battle-crash-fix' into 'master'

Use a different patch for striking levels in duel vote

Closes ring-racers#388

See merge request kart-krew-dev/ring-racers-internal!2972
This commit is contained in:
Eidolon 2025-10-26 16:50:16 -05:00
commit 36de3285bd

View file

@ -2094,7 +2094,7 @@ static void Y_InitVoteDrawing(void)
INT32 i = 0, j = 0;
vote_draw.ruby_icon = W_CachePatchName("RUBYICON", PU_STATIC);
vote_draw.strike_icon = W_CachePatchName("K_NOBLNS", PU_STATIC);
vote_draw.strike_icon = W_CachePatchName("VT_LSTRK", PU_STATIC);
for (i = 0; i < PLANET_FRAMES; i++)
{