diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rwxr-xr-x | devtools/credits.pl | 6 | ||||
-rw-r--r-- | gui/credits.h | 5 |
3 files changed, 16 insertions, 0 deletions
@@ -203,6 +203,11 @@ ScummVM Team Filippos Karapetis Joost Peters + Tony: + Arnaud Boutonne + Paul Gilbert + Alyssa Milburn + Toon: Sylvain Dupont diff --git a/devtools/credits.pl b/devtools/credits.pl index 7e1985f03d..669b5e420e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -687,6 +687,12 @@ begin_credits("Credits"); add_person("Joost Peters", "joostp", ""); end_section(); + begin_section("Tony"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Alyssa Milburn", "fuzzie", ""); + end_section(); + begin_section("Toon"); add_person("Sylvain Dupont", "SylvainTV", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 43b9292ac5..7164e3e2dc 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -237,6 +237,11 @@ static const char *credits[] = { "C0""Filippos Karapetis", "C0""Joost Peters", "", +"C1""Tony", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"C0""Alyssa Milburn", +"", "C1""Toon", "C0""Sylvain Dupont", "", |