mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
||||
{
|
||||
rouletteOffset = stplyr->karthud[khud_rouletteoffset];
|
||||
|
||||
if (!stplyr->ringboxdelay)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (stplyr->karthud[khud_itemblink] && (leveltime & 1))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue