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
@@ -66,6 +66,9 @@ ScummVM Team Peter Bozso Arnaud Boutonne + BBVS: + Benjamin Haisch + CGE: Arnaud Boutonne Paul Gilbert diff --git a/devtools/credits.pl b/devtools/credits.pl index 09eebc553e..916f6e33b3 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -558,6 +558,10 @@ begin_credits("Credits"); add_person("Arnaud Boutonné", "Strangerke", ""); end_section(); + begin_section("BBVS"); + add_person("Benjamin Haisch", "john_doe", ""); + end_section(); + begin_section("CGE"); add_person("Arnaud Boutonné", "Strangerke", ""); add_person("Paul Gilbert", "dreammaster", ""); diff --git a/gui/credits.h b/gui/credits.h index 9dfb700900..ad381b0618 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -83,6 +83,9 @@ static const char *credits[] = { "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", "", +"C1""BBVS", +"C0""Benjamin Haisch", +"", "C1""CGE", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |