Adjust shade of no-Can dot to avoid matching any 2x2 region on the existing sprite

This commit is contained in:
toaster 2025-02-22 23:28:08 +00:00
parent 5fad786b8f
commit a831fc3592

View file

@ -3417,7 +3417,7 @@ void M_DrawCupSelect(void)
{ {
// Need it! // Need it!
V_DrawFill(x+3, y+3, 2, 2, 20); V_DrawFill(x+3, y+3, 2, 2, 6);
} }
} }