mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 07:21:48 +00:00
Some offset adjustin'
This commit is contained in:
parent
6988888d75
commit
e591c8ebff
1 changed files with 4 additions and 4 deletions
|
|
@ -2188,7 +2188,7 @@ void Y_VoteDrawer(void)
|
|||
}
|
||||
|
||||
x = 20;
|
||||
y = 15;
|
||||
y = 10;
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
|
|
@ -2226,10 +2226,10 @@ void Y_VoteDrawer(void)
|
|||
|
||||
y += 30;
|
||||
|
||||
if (y > BASEVIDHEIGHT-38)
|
||||
if (y > BASEVIDHEIGHT-40)
|
||||
{
|
||||
x += 100;
|
||||
y = 15;
|
||||
x += 60;
|
||||
y = 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue