aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
3 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ac0032aa38..30470de5e7 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 27db435f63..d54e280a37 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 5510032a2e..75f9678cbc 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");