From 88c882fa9cf9845a0331a7f43011c1a8befe2499 Mon Sep 17 00:00:00 2001
From: Zippy_Zolton <zolton9996@gmail.com>
Date: Tue, 20 Oct 2020 19:59:33 -0500
Subject: [PATCH] 81

---
 src/console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/console.c b/src/console.c
index 5d85ca6636..24ec6443ca 100644
--- a/src/console.c
+++ b/src/console.c
@@ -382,7 +382,7 @@ static void CON_SetupColormaps(void)
 
 	//                      0x1       0x3                           0x9                           0xF
 	colset(magentamap, 177, 177, 178, 178, 179, 179, 180, 180, 181, 181, 182, 182, 183, 183, 184, 184);
-	colset(yellowmap,   82,  82,  72,  73,  74,  74,  64,  64,  65,  65,  65,  66,  66,  66,  67,  67);
+	colset(yellowmap,   81,  81,  73,  73,  74,  74,  74,  65,  65,  65,  66,  66,  66,  67,  67,  67);
 	colset(lgreenmap,   97,  97,  98,  98,  99,  99, 100, 100, 101, 101, 102, 102, 103, 103, 104, 104);
 	colset(bluemap,    146, 146, 147, 147, 148, 148, 148, 149, 149, 149, 150, 150, 150, 151, 151, 151);
 	colset(redmap,      32,  32,  33,  33,  34,  34,  34,  35,  35,  35,  37,  37,  37,  39,  39,  39);
-- 
GitLab