diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 5 | ||||
-rw-r--r-- | gui/credits.h | 5 |
3 files changed, 14 insertions, 0 deletions
@@ -61,6 +61,10 @@ ScummVM Team Travis Howell Oliver Kiehl - (retired) Ludvig Strigeus - (retired) + + AVALANCHE: + Peter Bozso + Arnaud Boutonne CGE: Arnaud Boutonne diff --git a/devtools/credits.pl b/devtools/credits.pl index 45018a5633..50efb42a55 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -541,6 +541,11 @@ begin_credits("Credits"); add_person("Oliver Kiehl", "olki", "(retired)"); add_person("Ludvig Strigeus", "ludde", "(retired)"); end_section(); + + begin_section("AVALANCHE"); + add_person("Peter Bozsó", "uruk", ""); + add_person("Arnaud Boutonné", "Strangerke", ""); + end_section(); begin_section("CGE"); add_person("Arnaud Boutonné", "Strangerke", ""); diff --git a/gui/credits.h b/gui/credits.h index 3a4d7769f6..6bb0523773 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -77,6 +77,11 @@ static const char *credits[] = { "C0""Ludvig Strigeus", "C2""(retired)", "", +"C1""AVALANCHE", +"A0""Peter Bozso", +"C0""Peter Bozs\363", +"C0""Arnaud Boutonn\351", +"", "C1""CGE", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |