mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-01 05:11:09 +00:00
CREDITS: Add credits for ADL engine
This commit is contained in:
parent
e135dad5ac
commit
c36a945449
3
AUTHORS
3
AUTHORS
@ -39,6 +39,9 @@ ScummVM Team
|
||||
Gregory Montoir - (retired)
|
||||
Eugene Sandulenko
|
||||
|
||||
ADL:
|
||||
Walter van Niftrik
|
||||
|
||||
AGI:
|
||||
Stuart George
|
||||
Matthew Hoops - (retired)
|
||||
|
@ -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", "");
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user