From f290a6c44d8a4800426a7e6a54a3ec35fc9cb378 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 14 Feb 2021 23:07:26 +0000 Subject: [PATCH] Resolves #87 after literally 7 months --- src/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.c b/src/console.c index e8e1fa541..bd72f81e7 100644 --- a/src/console.c +++ b/src/console.c @@ -311,7 +311,7 @@ void CON_SetupBackColormapEx(INT32 color, boolean prompt) case 12: palindex = 139; break; // Cyan case 13: palindex = 175; shift = 7; break; // Steel case 14: palindex = 159; break; // Blue - case 15: palindex = 169; break; // Purple + case 15: palindex = 168; shift = 7; break; // Purple case 16: palindex = 187; break; // Magenta case 17: palindex = 199; shift = 7; break; // Lavender case 18: palindex = 207; shift = 7; break; // Rose