aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2008-12-14 14:19:23 +0000
committerEugene Sandulenko2008-12-14 14:19:23 +0000
commit8b60af5330ed39816b019e58f778775a5b86c3ce (patch)
tree5cd3f7c095b0dbf6857aa9d09813c476368a19b2
parent55972d7624b11499736a5d69a655f1c4b4070efc (diff)
downloadscummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.tar.gz
scummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.tar.bz2
scummvm-rg350-8b60af5330ed39816b019e58f778775a5b86c3ce.zip
Add Tucker engine to credits
svn-id: r35361
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 68c1aa1859..0becd71858 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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();