From 761bd41eb5f7afefed9931fb4bd069dddfee8685 Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Wed, 13 Nov 2019 23:26:37 +0000
Subject: [PATCH] I'm a dumbass who makes extremely consequential typoes (and
 since the typo is no longer in effect, the supergold can be brightened some
 more)

https://cdn.discordapp.com/attachments/244035368595357697/644316971738857483/srb20060.gif
---
 src/f_finale.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/f_finale.c b/src/f_finale.c
index 1e82359a17..26e1d38482 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -2671,7 +2671,7 @@ void F_TitleScreenDrawer(void)
 				if (39-finalecount > 0)
 				{
 					whitefade = (9 - (39-finalecount))<<V_ALPHASHIFT;
-					whitecol[0] = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_SUPERGOLD5, GTC_CACHE);
+					whitecol[0] = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_SUPERGOLD3, GTC_CACHE);
 					whitecol[1] = R_GetTranslationColormap(TC_ALLWHITE, 0, GTC_CACHE);
 				}
 			}
@@ -2682,7 +2682,7 @@ void F_TitleScreenDrawer(void)
 			if (whitecol[0])
 			{
 				V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, whitefade, TTEMBL[0], whitecol[0]);
-				V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & ~V_ALPHAMASK), TTEMBL[0], whitecol[1]);
+				V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & V_ALPHAMASK), TTEMBL[0], whitecol[1]);
 			}
 
 			// Animate SONIC ROBO BLAST 2 before the white flash at tic 30.
@@ -3145,7 +3145,7 @@ void F_TitleScreenDrawer(void)
 			if (whitecol[0])
 			{
 				V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, whitefade, TTRBTX[0], whitecol[0]);
-				V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & ~V_ALPHAMASK), TTRBTX[0], whitecol[1]);
+				V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & V_ALPHAMASK), TTRBTX[0], whitecol[1]);
 			}
 
 			//
-- 
GitLab