From 36511afda9a9e6485cfe752cba3455753bb6c637 Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Thu, 16 Jan 2020 14:28:03 -0500
Subject: [PATCH] Add missing name to the credits

---
 src/f_finale.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/f_finale.c b/src/f_finale.c
index bbee48bdc2..8f6eb51fc5 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -1233,6 +1233,7 @@ static const char *credits[] = {
 	"Thomas \"Shadow Hog\" Igoe",
 	"Alexander \"DrTapeworm\" Moench-Ford",
 	"\"Kaito Sinclaire\"",
+	"\"QueenDelta\"",
 	"Wessel \"sphere\" Smit",
 	"\"Spazzo\"",
 	"\"SSNTails\"",
@@ -1240,7 +1241,7 @@ static const char *credits[] = {
 	"\"Torgo\"",
 	"Jarrett \"JEV3\" Voight",
 	"Johnny \"Sonikku\" Wallbank",
-	"Marco \"mazmazz\" Zafra",
+	"Marco \"mazmazz\" Zafra"
 	"",
 	"\1Boss Design",
 	"Ben \"Mystic\" Geyer",
-- 
GitLab