diff --git a/src/hu_stuff.c b/src/hu_stuff.c index b93116016..27144e503 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 651418e68..796e6465f 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)