diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -39,6 +39,9 @@ ScummVM Team Gregory Montoir - (retired) Eugene Sandulenko + ADL: + Walter van Niftrik + AGI: Stuart George Matthew Hoops - (retired) diff --git a/devtools/credits.pl b/devtools/credits.pl index af4049e5a6..d16595add8 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -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", ""); diff --git a/gui/credits.h b/gui/credits.h index d7e49b566d..eac8c2a170 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -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", |