diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -26,6 +26,7 @@ ScummVM Team AGI: Stuart George + Matthew Hoops Filippos Karapetis Pawel Kolodziejski Eugene Sandulenko @@ -32,6 +32,7 @@ Benjamin Haisch Vincent Hamm Sven Hesse Jochen Hoenicke +Matthew Hoops Max Horn Travis Howell Janne Huttunen @@ -108,7 +109,6 @@ Matti Hamalainen "ccrtnsp" Matt Hargett "matt_hargett" Stefan Haubenthal "polluks" Alexander Holler "holler" -Matthew Hoops "clone2727" Falk Hueffner "mellum" Casey Hutchinson "nnooiissee" Gregor Jasny "gjasny" diff --git a/gui/credits.h b/gui/credits.h index fba9350bca..0c53f04ca8 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -27,6 +27,7 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c1""AGI", "\\C\\c0""Stuart George", +"\\C\\c0""Matthew Hoops", "\\C\\c0""Filippos Karapetis", "\\C\\c0""Pawel Kolodziejski", "\\C\\c0""Eugene Sandulenko", diff --git a/tools/credits.pl b/tools/credits.pl index 7a1bebbed3..8de57ab4f5 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -484,6 +484,7 @@ begin_credits("Credits"); begin_section("AGI"); add_person("Stuart George", "darkfiber", ""); + add_person("Matthew Hoops", "clone2727", ""); add_person("Filippos Karapetis", "[md5]", ""); add_person("Paweł Kołodziejski", "aquadran", ""); add_person("Eugene Sandulenko", "sev", ""); |