mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +00:00
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:
parent
b63246ccaf
commit
679e901e5f
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue