diff --git a/AUTHORS b/AUTHORS index ac0032aa386..30470de5e73 100644 --- a/AUTHORS +++ b/AUTHORS @@ -242,6 +242,7 @@ ScummVM Team Max Horn - Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc. Eugene Sandulenko + Johannes Schickel GUI: Vicent Marti diff --git a/gui/credits.h b/gui/credits.h index 27db435f634..d54e280a375 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -268,6 +268,7 @@ static const char *credits[] = { "C0""Max Horn", "C2""Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.", "C0""Eugene Sandulenko", +"C0""Johannes Schickel", "", "C1""GUI", "C0""Vicent Marti", diff --git a/tools/credits.pl b/tools/credits.pl index 5510032a2ef..75f9678cbc6 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -761,6 +761,7 @@ begin_credits("Credits"); begin_section("Infrastructure"); add_person("Max Horn", "Fingolfin", "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc."); add_person("Eugene Sandulenko", "sev", ""); + add_person("Johannes Schickel", "LordHoto", ""); end_section(); begin_section("GUI");