aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--doc/credits.tex1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
4 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ed38fdd04c..383beb160d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ ScummVM Team
AGI:
Pawel Kolodziejski
Eugene Sandulenko
+ David Symonds
AGOS:
Torbjorn Andersson
diff --git a/doc/credits.tex b/doc/credits.tex
index 061e81e9ed..28393f70ce 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -39,6 +39,7 @@
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Pawe{\l} Ko{\l}odziejski & \textit{}\\
Eugene Sandulenko & \textit{}\\
+ David Symonds & \textit{}\\
\end{tabular}
\end{list}
\item \textbf{ AGOS}
diff --git a/gui/credits.h b/gui/credits.h
index 64b739ee09..f833133984 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -28,6 +28,7 @@ static const char *credits[] = {
"\\C\\c1""AGI",
"\\C\\c0""Pawel Kolodziejski",
"\\C\\c0""Eugene Sandulenko",
+"\\C\\c0""David Symonds",
"\\C\\c0""",
"\\C\\c1""AGOS",
"\\C\\c0""Torbj\366rn Andersson",
diff --git a/tools/credits.pl b/tools/credits.pl
index c974590ac6..db213921ed 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -482,6 +482,7 @@ begin_credits("Credits");
begin_section("AGI");
add_person("Paweł Kołodziejski", "aquadran", "");
add_person("Eugene Sandulenko", "sev", "");
+ add_person("David Symonds", "dsymonds", "");
end_section();
begin_section("AGOS");