diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 |
3 files changed, 4 insertions, 0 deletions
@@ -418,6 +418,7 @@ ScummVM Team Johannes Schickel - (retired) GUI: + Max Horn - (retired) Vicent Marti Eugene Sandulenko Johannes Schickel - (retired) diff --git a/devtools/credits.pl b/devtools/credits.pl index c655e4ab1c..968a24281e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1038,6 +1038,7 @@ begin_credits("Credits"); end_section(); begin_section("GUI"); + add_person("Max Horn", "Fingolfin", "(retired)"); add_person("Vicent Marti", "tanoku", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("Johannes Schickel", "LordHoto", "(retired)"); diff --git a/gui/credits.h b/gui/credits.h index a1cc180240..c7ce3e2271 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -509,6 +509,8 @@ static const char *credits[] = { "C2""(retired)", "", "C1""GUI", +"C0""Max Horn", +"C2""(retired)", "C0""Vicent Marti", "C0""Eugene Sandulenko", "C0""Johannes Schickel", |