mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Make ring box use khud_rouletteoffset
This commit is contained in:
parent
0b22e8eb00
commit
6216b077f0
1 changed files with 4 additions and 0 deletions
|
|
@ -1716,8 +1716,12 @@ static void K_drawKartSlotMachine(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
rouletteOffset = stplyr->karthud[khud_rouletteoffset];
|
||||||
|
|
||||||
if (!stplyr->ringboxdelay)
|
if (!stplyr->ringboxdelay)
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stplyr->karthud[khud_itemblink] && (leveltime & 1))
|
if (stplyr->karthud[khud_itemblink] && (leveltime & 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue