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
@@ -142,6 +142,10 @@ ScummVM Team Eugene Sandulenko David Turner + Mortevielle: + Arnaud Boutonne + Paul Gilbert + Neverhood: Benjamin Haisch Filippos Karapetis diff --git a/devtools/credits.pl b/devtools/credits.pl index a5341778c5..45018a5633 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -638,6 +638,11 @@ begin_credits("Credits"); add_person("David Turner", "digitall", ""); end_section(); + begin_section("Mortevielle"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + end_section(); + begin_section("Neverhood"); add_person("Benjamin Haisch", "john_doe", ""); add_person("Filippos Karapetis", "[md5]", ""); diff --git a/gui/credits.h b/gui/credits.h index a87c77c3bb..3a4d7769f6 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -170,6 +170,11 @@ static const char *credits[] = { "C0""Eugene Sandulenko", "C0""David Turner", "", +"C1""Mortevielle", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"", "C1""Neverhood", "C0""Benjamin Haisch", "C0""Filippos Karapetis", |