From a831fc3592f0af730b010ef60bd7cca0782908da Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 22 Feb 2025 23:28:08 +0000 Subject: [PATCH] Adjust shade of no-Can dot to avoid matching any 2x2 region on the existing sprite --- src/k_menudraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_menudraw.c b/src/k_menudraw.c index d9ace8e28..3a607c40f 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -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); } }