mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use a different patch for striking levels in duel vote
This commit is contained in:
parent
8ce90ff211
commit
e63ad4a681
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