aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--gui/credits.h5
-rwxr-xr-xtools/credits.pl6
3 files changed, 16 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 50f1353cd7..e2da4ad43b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -106,6 +106,11 @@ ScummVM Team
Gregory Montoir
Johannes Schickel
+ Last Express:
+ Matthew Hoops
+ Jordi Vilalta Prat
+ Julien Templier
+
Lure:
Paul Gilbert
diff --git a/gui/credits.h b/gui/credits.h
index 07f96f7581..c4fd4c3648 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -127,6 +127,11 @@ static const char *credits[] = {
"C0""Gregory Montoir",
"C0""Johannes Schickel",
"",
+"C1""Last Express",
+"C0""Matthew Hoops",
+"C0""Jordi Vilalta Prat",
+"C0""Julien Templier",
+"",
"C1""Lure",
"C0""Paul Gilbert",
"",
diff --git a/tools/credits.pl b/tools/credits.pl
index fe7e21b8ed..6175906796 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -592,6 +592,12 @@ begin_credits("Credits");
add_person("Johannes Schickel", "LordHoto", "");
end_section();
+ begin_section("Last Express");
+ add_person("Matthew Hoops", "clone2727", "");
+ add_person("Jordi Vilalta Prat", "jvprat", "");
+ add_person("Julien Templier", "littleboy", "");
+ end_section();
+
begin_section("Lure");
add_person("Paul Gilbert", "dreammaster", "");
end_section();