From dff273d990101721f4ac7cc72573e5bd0b65f63a Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Sat, 12 Jan 2019 02:53:14 -0500 Subject: [PATCH] Minor misc fixes --- src/hu_stuff.c | 5 ++++- src/y_inter.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index a38e91a78..9a940cbd7 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -1421,13 +1421,16 @@ static void HU_drawMiniChat(void) y = chaty - charheight*(msglines+1); +#ifdef NETSPLITSCREEN if (splitscreen) { y -= BASEVIDHEIGHT/2; if (splitscreen > 1) y += 16; } - y -= (cv_kartspeedometer.value ? 16 : 0); + else +#endif + y -= (cv_kartspeedometer.value ? 16 : 0); dx = 0; dy = 0; diff --git a/src/y_inter.c b/src/y_inter.c index 379d5cd39..021519e3b 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -1037,7 +1037,7 @@ void Y_VoteDrawer(void) V_DrawFixedPatch((BASEVIDWIDTH-60)<