mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +00:00
agggh more minor
This commit is contained in:
parent
df03c27ba4
commit
ae1fc244c5
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…
Reference in a new issue