diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -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", ""); |