Some offset adjustin'

This commit is contained in:
TehRealSalt 2018-02-27 21:17:34 -05:00
parent acb98b50c7
commit 0ed75724e6

View file

@ -2188,7 +2188,7 @@ void Y_VoteDrawer(void)
} }
x = 20; x = 20;
y = 15; y = 10;
for (i = 0; i < MAXPLAYERS; i++) for (i = 0; i < MAXPLAYERS; i++)
{ {
@ -2226,10 +2226,10 @@ void Y_VoteDrawer(void)
y += 30; y += 30;
if (y > BASEVIDHEIGHT-38) if (y > BASEVIDHEIGHT-40)
{ {
x += 100; x += 60;
y = 15; y = 10;
} }
} }