From 2fdf27c5077a20bf12359188a5fdf9c1761041df Mon Sep 17 00:00:00 2001 From: Latapostrophe Date: Mon, 17 Dec 2018 21:39:49 +0100 Subject: [PATCH] make sure to change p_dispy and not y for /pm list. Also make MPC happy. --- src/hu_stuff.c | 2 +- src/v_video.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index b9311601..27144e50 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -1667,7 +1667,7 @@ static void HU_DrawChat(void) if (splitscreen > 1) p_dispy += 16; }*/ - y -= (G_RingSlingerGametype() ? 16 : 0); + p_dispy -= (G_RingSlingerGametype() ? 16 : 0); // more kart leftovers. diff --git a/src/v_video.c b/src/v_video.c index 651418e6..796e6465 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -880,7 +880,7 @@ static UINT32 V_GetHWConsBackColor(void) void V_DrawFillConsoleMap(INT32 x, INT32 y, INT32 w, INT32 h, INT32 c) { UINT8 *dest; - INT32 u, v; + INT32 u, v; UINT32 alphalevel = 0; if (rendermode == render_none)