mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 07:22:03 +00:00
Some offset adjustin'
This commit is contained in:
parent
acb98b50c7
commit
0ed75724e6
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…
Reference in a new issue