From 0ed75724e6be12bc134a6ab00d198dca4e99e988 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Tue, 27 Feb 2018 21:17:34 -0500 Subject: [PATCH] Some offset adjustin' --- src/y_inter.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/y_inter.c b/src/y_inter.c index 62f60388..8fdbac27 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -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; } }