mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
36de3285bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue