diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/credits.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,7 @@ ScummVM Team Eugene Sandulenko AGI: + Stuart George Pawel Kolodziejski Eugene Sandulenko David Symonds diff --git a/doc/credits.tex b/doc/credits.tex index cd19340b22..eb44a98060 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -37,6 +37,7 @@ \item \textbf{ AGI} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} + Stuart George & \textit{}\\ Pawe{\l} Ko{\l}odziejski & \textit{}\\ Eugene Sandulenko & \textit{}\\ David Symonds & \textit{}\\ diff --git a/gui/credits.h b/gui/credits.h index 6509f9baf5..e63509e025 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -26,6 +26,7 @@ static const char *credits[] = { "\\C\\c0""Eugene Sandulenko", "\\C\\c0""", "\\C\\c1""AGI", +"\\C\\c0""Stuart George", "\\C\\c0""Pawel Kolodziejski", "\\C\\c0""Eugene Sandulenko", "\\C\\c0""David Symonds", diff --git a/tools/credits.pl b/tools/credits.pl index 468e2338fd..db6268fece 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -480,6 +480,7 @@ begin_credits("Credits"); end_section(); begin_section("AGI"); + add_person("Stuart George", "darkfiber", ""); add_person("Paweł Kołodziejski", "aquadran", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("David Symonds", "dsymonds", ""); |