CREDITS: Add myself to the Infrastructure section (after talking with Max).

svn-id: r54112
This commit is contained in:
Johannes Schickel 2010-11-07 02:24:31 +00:00
parent 05986f09fd
commit 708593c7a0
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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",

View file

@ -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");