diff --git a/src/f_finale.c b/src/f_finale.c
index 349187f6a25358deeac1b4e4542601996b5fb3db..c48b8aee5f8e6ca8512a9864e53d4a9b6a2c66e1 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -413,6 +413,7 @@ static const char *credits[] = {
 	"",
 	"\1Support Programming",
 	"\"Lat\'\"",
+	"AJ \"Tyron\" Martinez",
 	"\"Monster Iestyn\"",
 	"James Robert Roman",
 	"\"Shuffle\"",
@@ -424,25 +425,25 @@ static const char *credits[] = {
 	"",
 	"\1Support Artists",
 	"Sally \"TehRealSalt\" Cochenour",
+	"\"Chengi\"",
+	"\"Chrispy\"",
 	"Sherman \"CoatRack\" DesJardins",
 	"\"DrTapeworm\"",
 	"Jesse \"Jeck Jims\" Emerick",
 	"Wesley \"Charyb\" Gillebaard",
+	"\"Nev3r\"",
 	"Vivian \"toaster\" Grannell",
 	"James \"SeventhSentinel\" Hall",
 	"\"Lat\'\"",
+	"\"rairai104n\"",
 	"\"Tyrannosaur Chao\"",
 	"\"ZarroTsu\"",
 	"",
 	"\1External Artists",
 	"\"1-Up Mason\"",
-	"\"Chengi\"",
-	"\"Chrispy\"",
 	"\"DirkTheHusky\"",
 	"\"LJSTAR\"",
 	"\"MotorRoach\"",
-	"\"Nev3r\"",
-	"\"rairai104n\"",
 	"\"Ritz\"",
 	"\"Rob\"",
 	"\"SmithyGNC\"",
@@ -493,18 +494,18 @@ static const char *credits[] = {
 	"\"ZarroTsu\"",
 	"",
 	"\1Testing",
+	"RKH License holders",
 	"\"CyberIF\"",
 	"\"Dani\"",
 	"Karol \"Fooruman\" D""\x1E""browski", // DÄ…browski, <Sryder> accents in srb2 :ytho:
-	"\"VirtAnderson\"",
+	"\"Virt\"",
 	"",
 	"\1Special Thanks",
 	"SEGA",
 	"Sonic Team",
 	"SRB2 & Sonic Team Jr. (www.srb2.org)",
-	"\"blazethecat\"",
+	"Community contributors",
 	"\"Chaos Zero 64\"",
-	"\"Rob\"",
 	"",
 	"\1Produced By",
 	"Kart Krew",
@@ -542,7 +543,7 @@ static struct {
 	// This Tyler52 gag is troublesome
 	// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
 	// Current max image spacing: (200*17)
-	{112, (15*100)+(17*38)+(88*15), "TYLER52", SKINCOLOR_NONE},
+	{112, (15*100)+(17*38)+(86*15), "TYLER52", SKINCOLOR_NONE},
 	{0, 0, NULL, SKINCOLOR_NONE}
 };
 
@@ -581,7 +582,7 @@ void F_CreditDrawer(void)
 	UINT16 i;
 	fixed_t y = (80<<FRACBITS) - 5*(animtimer<<FRACBITS)/8;
 
-	//V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
+	V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
 
 	// Draw background
 	V_DrawSciencePatch(0, 0 - FixedMul(32<<FRACBITS, FixedDiv(credbgtimer%TICRATE, TICRATE)), V_SNAPTOTOP, W_CachePatchName("CREDTILE", PU_CACHE), FRACUNIT);