diff options
author | Johannes Schickel | 2010-11-07 02:24:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-11-07 02:24:31 +0000 |
commit | 708593c7a03fa3c444d0f15913780e5096d08183 (patch) | |
tree | 9c58795ca5a92887157aae742065eb98dff0c909 | |
parent | 05986f09fd6e67da9b04df0edd23c81a88e3ed23 (diff) | |
download | scummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.tar.gz scummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.tar.bz2 scummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.zip |
CREDITS: Add myself to the Infrastructure section (after talking with Max).
svn-id: r54112
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -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"); |