diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 4 |
3 files changed, 10 insertions, 0 deletions
@@ -121,6 +121,9 @@ ScummVM Team Touche: Gregory Montoir + Tucker: + Gregory Montoir + Backend Teams ------------- Dreamcast: diff --git a/gui/credits.h b/gui/credits.h index 3e5173c260..e1c6a06545 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -126,6 +126,9 @@ static const char *credits[] = { "C1""Touch\351", "C0""Gregory Montoir", "", +"C1""Tucker", +"C0""Gregory Montoir", +"", "", "C1""Backend Teams", "C1""Dreamcast", diff --git a/tools/credits.pl b/tools/credits.pl index b304f8c635..142d086aa9 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -598,6 +598,10 @@ begin_credits("Credits"); add_person("Gregory Montoir", "cyx", ""); end_section(); + begin_section("Tucker"); + add_person("Gregory Montoir", "cyx", ""); + end_section(); + end_section(); |