mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
1P hud fixes
This commit is contained in:
parent
0a6bac0dcc
commit
a43744aa24
1 changed files with 3 additions and 1 deletions
|
|
@ -1592,6 +1592,7 @@ static void K_drawKartSlotMachine(void)
|
|||
INT32 boxoffx = 0;
|
||||
INT32 boxoffy = -6;
|
||||
INT32 vstretch = 0;
|
||||
INT32 hstretch = 3;
|
||||
INT32 splitbsx, splitbsy = 0;
|
||||
UINT16 localcolor[3] = { stplyr->skincolor };
|
||||
SINT8 colormode[3] = { TC_RAINBOW };
|
||||
|
|
@ -1649,6 +1650,7 @@ static void K_drawKartSlotMachine(void)
|
|||
splitbsx = -6;
|
||||
splitbsy = -6;
|
||||
boxoffy += 2;
|
||||
hstretch = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -1661,7 +1663,7 @@ static void K_drawKartSlotMachine(void)
|
|||
|
||||
V_SetClipRect(
|
||||
((fx + rouletteCrop.x + boxoffx + splitbsx) << FRACBITS), ((fy + rouletteCrop.y + boxoffy - vstretch + splitbsy) << FRACBITS),
|
||||
rouletteSpace, rouletteSpace + (vstretch<<FRACBITS),
|
||||
rouletteSpace + (hstretch<<FRACBITS), rouletteSpace + (vstretch<<FRACBITS),
|
||||
V_SLIDEIN|fflags
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue