Fix the chat underlay being physically seperated from the chat text in non-green resolutions.

This commit is contained in:
toaster 2022-02-14 14:41:34 +00:00
parent 4b1cef0f20
commit 54cd540e5b

View file

@ -997,7 +997,8 @@ void V_DrawFillConsoleMap(INT32 x, INT32 y, INT32 w, INT32 h, INT32 c)
w *= dupx; w *= dupx;
h *= dupy; h *= dupy;
// adjustxy // Center it if necessary
K_AdjustXYWithSnap(&x, &y, c, dupx, dupy);
} }
if (x >= vid.width || y >= vid.height) if (x >= vid.width || y >= vid.height)