mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +00:00
Adjust shade of no-Can dot to avoid matching any 2x2 region on the existing sprite
This commit is contained in:
parent
5fad786b8f
commit
a831fc3592
1 changed files with 1 additions and 1 deletions
|
|
@ -3417,7 +3417,7 @@ void M_DrawCupSelect(void)
|
|||
{
|
||||
// Need it!
|
||||
|
||||
V_DrawFill(x+3, y+3, 2, 2, 20);
|
||||
V_DrawFill(x+3, y+3, 2, 2, 6);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue