aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c400b02164..a1e557404b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -211,6 +211,9 @@ Other contributions
Win64:
Chris Gray
+ ScummVM Music Enhancement project
+ ---------------------------------
+ James Woodcock
Websites (design)
-----------------
Dobo Balazs - Website design
diff --git a/gui/credits.h b/gui/credits.h
index fba9350bca..ece794a7f3 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -229,6 +229,9 @@ static const char *credits[] = {
"\\C\\c0""Chris Gray",
"\\C\\c0""",
"\\C\\c0""",
+"\\C\\c1""ScummVM Music Enhancement project",
+"\\C\\c0""James Woodcock",
+"\\C\\c0""",
"\\C\\c1""Websites (design)",
"\\C\\c0""Dob\363 Bal\341zs",
"\\C\\c2""Website design",
diff --git a/tools/credits.pl b/tools/credits.pl
index 7a1bebbed3..8282e6776f 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -718,6 +718,10 @@ begin_credits("Credits");
end_section();
end_section();
+ begin_section("ScummVM Music Enhancement project");
+ add_person("James Woodcock", "James|GlideManiac", "");
+ end_section();
+
begin_section("Websites (design)");
begin_persons();
add_person("Dobó Balázs", "draven", "Website design");