Some offset adjustin'

This commit is contained in:
TehRealSalt 2018-02-27 21:17:34 -05:00
parent acb98b50c7
commit 0ed75724e6
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}