mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
add missing credit for german translation
This commit is contained in:
parent
1e0b092824
commit
83c5223d90
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
inline std::array<const char*, 16> g_credits =
|
||||
inline std::array<const char*, 17> g_credits =
|
||||
{
|
||||
"Skyth",
|
||||
"Hyper",
|
||||
|
|
@ -17,5 +17,6 @@ inline std::array<const char*, 16> g_credits =
|
|||
"Goalringmod27",
|
||||
"M&M",
|
||||
"DaGuAr",
|
||||
"brianuuuSonic"
|
||||
"brianuuuSonic",
|
||||
"Kitzuku"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue