diff options
author | Eugene Sandulenko | 2008-12-14 14:19:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-12-14 14:19:23 +0000 |
commit | 8b60af5330ed39816b019e58f778775a5b86c3ce (patch) | |
tree | 5cd3f7c095b0dbf6857aa9d09813c476368a19b2 | |
parent | 55972d7624b11499736a5d69a655f1c4b4070efc (diff) | |
download | scummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.tar.gz scummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.tar.bz2 scummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.zip |
Add Tucker engine to credits
svn-id: r35361
-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(); |