mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
agggh more minor
This commit is contained in:
parent
2e3af0a377
commit
929e479499
1 changed files with 1 additions and 1 deletions
|
|
@ -4223,7 +4223,7 @@ static void K_drawKartItemRoulette(void)
|
||||||
if (splitscreen > 1)
|
if (splitscreen > 1)
|
||||||
localbg = kp_itemused1;
|
localbg = kp_itemused1;
|
||||||
else
|
else
|
||||||
splitflags = V_SNAPTOTOP|V_SNAPTORIGHT;
|
splitflags = K_calcSplitFlags(V_SNAPTOTOP|V_SNAPTORIGHT);
|
||||||
|
|
||||||
/*if ()
|
/*if ()
|
||||||
switch(stplyr->kartstuff[k_itemroulette] % 53)
|
switch(stplyr->kartstuff[k_itemroulette] % 53)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue