From 83c5223d90665498e4effb141741a1b6fa96a04b Mon Sep 17 00:00:00 2001 From: DeaTh-G Date: Thu, 20 Feb 2025 18:00:24 +0100 Subject: [PATCH] add missing credit for german translation --- UnleashedRecomp/res/credits.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UnleashedRecomp/res/credits.h b/UnleashedRecomp/res/credits.h index 35bb2634..45f2be0e 100644 --- a/UnleashedRecomp/res/credits.h +++ b/UnleashedRecomp/res/credits.h @@ -1,6 +1,6 @@ #pragma once -inline std::array g_credits = +inline std::array g_credits = { "Skyth", "Hyper", @@ -17,5 +17,6 @@ inline std::array g_credits = "Goalringmod27", "M&M", "DaGuAr", - "brianuuuSonic" + "brianuuuSonic", + "Kitzuku" };