aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rwxr-xr-xdevtools/credits.pl5
-rw-r--r--gui/credits.h5
3 files changed, 14 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index fd5407b460..e561aec4fd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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&oacute", "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",