aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-12-24 00:18:46 +0000
committerMax Horn2008-12-24 00:18:46 +0000
commit1c238fe1e16fded29ef1778e5dd3a6035900145a (patch)
treef202be9d3fe32b63f6cfaa040d291888ca702cae
parentff45c8aa65bc38ea6f97584874b53fa8fa862d2a (diff)
downloadscummvm-rg350-1c238fe1e16fded29ef1778e5dd3a6035900145a.tar.gz
scummvm-rg350-1c238fe1e16fded29ef1778e5dd3a6035900145a.tar.bz2
scummvm-rg350-1c238fe1e16fded29ef1778e5dd3a6035900145a.zip
Removed Ender from SCUMM credits (matching other retired team members, like ludde and yazor)
svn-id: r35517
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
3 files changed, 0 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 0becd71858..2a036bff09 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,7 +15,6 @@ ScummVM Team
------------
SCUMM:
Torbjorn Andersson
- James Brown
Jonathan Gray
Max Horn
Travis Howell
diff --git a/gui/credits.h b/gui/credits.h
index e1c6a06545..9730da028f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -16,7 +16,6 @@ static const char *credits[] = {
"C1""Engine Teams",
"C1""SCUMM",
"C0""Torbj\366rn Andersson",
-"C0""James Brown",
"C0""Jonathan Gray",
"C0""Max Horn",
"C0""Travis Howell",
diff --git a/tools/credits.pl b/tools/credits.pl
index 142d086aa9..5c22e2186b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -473,7 +473,6 @@ begin_credits("Credits");
begin_section("Engine Teams");
begin_section("SCUMM");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
- add_person("James Brown", "ender", "");
add_person("Jonathan Gray", "khalek", "");
add_person("Max Horn", "Fingolfin", "");
add_person("Travis Howell", "Kirben", "");