Fix not having a background ramp upwards when the first entry in the round queue is on the "upper level" of the zigzag

This commit is contained in:
toaster 2023-05-08 15:09:47 +01:00
parent b63246ccaf
commit 679e901e5f

View file

@ -757,6 +757,13 @@ skiptallydrawer:
// Fill in background to left edge of screen
fixed_t xiter = x;
if (upwa == true)
{
xiter -= 24;
V_DrawMappedPatch(xiter, 167, 0, queuebg_upwa, greymap);
}
while (xiter > 0)
{
xiter -= 24;