CREDITS: Add credits for ADL engine

This commit is contained in:
Thierry Crozat 2017-03-29 21:34:37 +01:00
parent e135dad5ac
commit c36a945449
3 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,9 @@ ScummVM Team
Gregory Montoir - (retired)
Eugene Sandulenko
ADL:
Walter van Niftrik
AGI:
Stuart George
Matthew Hoops - (retired)

View File

@ -525,6 +525,10 @@ begin_credits("Credits");
add_person("Gregory Montoir", "cyx", "(retired)");
add_person("Eugene Sandulenko", "sev", "");
end_section();
begin_section("ADL");
add_person("Walter van Niftrik", "waltervn", "");
end_section();
begin_section("AGI");
add_person("Stuart George", "darkfiber", "");

View File

@ -50,6 +50,9 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Eugene Sandulenko",
"",
"C1""ADL",
"C0""Walter van Niftrik",
"",
"C1""AGI",
"C0""Stuart George",
"C0""Matthew Hoops",