From 69aef2a55aba6b27581d2a4d45ee94f1feaabe65 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 20 Aug 2013 23:14:54 +0200 Subject: MORTEVIELLE: Add credits --- AUTHORS | 4 ++++ devtools/credits.pl | 5 +++++ gui/credits.h | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/AUTHORS b/AUTHORS index 292e70190a..fd5407b460 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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", -- cgit v1.2.3